github.com/golang/protobuf/jsonpb.Unmarshaler.UnmarshalNext (method)
3 uses
github.com/golang/protobuf/jsonpb (current package)
decode.go#L29: return new(Unmarshaler).UnmarshalNext(d, m)
decode.go#L68: return u.UnmarshalNext(json.NewDecoder(r), m)
decode.go#L72: func (u *Unmarshaler) UnmarshalNext(d *json.Decoder, m proto.Message) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)