func google.golang.org/protobuf/encoding/protojson.isKnownValue

2 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L226: 		if tok, _ := d.Peek(); tok.Kind() == json.Null && !isKnownValue(fd) && !isNullValue(fd) {
		decode.go#L269: func isKnownValue(fd pref.FieldDescriptor) bool {