type github.com/golang/protobuf/jsonpb.JSONPBUnmarshaler
4 uses
github.com/golang/protobuf/jsonpb (current package)
decode.go#L62: type JSONPBUnmarshaler interface {
decode.go#L85: if jsu, ok := m.(JSONPBUnmarshaler); ok {
decode.go#L138: if jsu, ok := proto.MessageV1(m.Interface()).(JSONPBUnmarshaler); ok {
decode.go#L397: _, ok := proto.MessageV1(v.Interface()).(JSONPBUnmarshaler)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)