github.com/golang/protobuf/jsonpb.JSONPBUnmarshaler.UnmarshalJSONPB (method)

3 uses

	github.com/golang/protobuf/jsonpb (current package)
		decode.go#L63: 	UnmarshalJSONPB(*Unmarshaler, []byte) error
		decode.go#L86: 		return jsu.UnmarshalJSONPB(u, raw)
		decode.go#L139: 		return jsu.UnmarshalJSONPB(u, in)