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

3 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#L274: func isNullValue(fd pref.FieldDescriptor) bool {
		decode.go#L519: 		if isNullValue(fd) {