Home
last modified time | relevance | path

Searched refs:UnmarshalJSONPB (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/jsonpb/
Djsonpb.go125 UnmarshalJSONPB(*Unmarshaler, []byte) error methodSpec
742 return jsu.UnmarshalJSONPB(u, []byte(inputValue))
Djsonpb_test.go1122 func (s *stringField) UnmarshalJSONPB(jum *Unmarshaler, js []byte) error { func
1153 func (m *dynamicMessage) UnmarshalJSONPB(jum *Unmarshaler, js []byte) error { func