func google.golang.org/protobuf/reflect/protoreflect.ValueOfInt32

32 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L95: 		return ValueOfInt32(v)
		value_union.go#L131: func ValueOfInt32(v int32) Value {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L379: 		return protoreflect.ValueOfInt32(int32(n)), true
		decode.go#L657: 			return protoreflect.ValueOfInt32(int32(n)).MapKey(), nil
		well_known_types.go#L635: 	m.Set(fdNanos, protoreflect.ValueOfInt32(nanos))
		well_known_types.go#L824: 	m.Set(fdNanos, protoreflect.ValueOfInt32(int32(t.Nanosecond())))

	google.golang.org/protobuf/encoding/prototext
		decode.go#L297: 			return protoreflect.ValueOfInt32(n), nil

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L73: 			return protoreflect.ValueOfInt32(int32(v)), nil, nil

	google.golang.org/protobuf/internal/filedesc
		desc.go#L718: 			return protoreflect.ValueOfInt32(0)

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L879: 	return protoreflect.ValueOfInt32(int32(v)), out, nil
		codec_gen.go#L933: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L956: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L1294: 	return protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))), out, nil
		codec_gen.go#L1348: 			list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L1371: 	list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L3305: 	return protoreflect.ValueOfInt32(int32(v)), out, nil
		codec_gen.go#L3346: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L3359: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		convert.go#L79: 	int32Zero   = protoreflect.ValueOfInt32(0)
		convert.go#L178: 	return protoreflect.ValueOfInt32(int32(v.Int()))
		message_opaque_gen.go#L45: 			return protoreflect.ValueOfInt32(*x)
		message_reflect_field_gen.go#L55: 			return protoreflect.ValueOfInt32(**x)
		message_reflect_field_gen.go#L192: 			return protoreflect.ValueOfInt32(*x)

	google.golang.org/protobuf/proto
		decode_gen.go#L50: 		return protoreflect.ValueOfInt32(int32(v)), n, nil
		decode_gen.go#L59: 		return protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))), n, nil
		decode_gen.go#L104: 		return protoreflect.ValueOfInt32(int32(v)), n, nil
		decode_gen.go#L258: 				list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L269: 		list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L283: 				list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		decode_gen.go#L294: 		list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		decode_gen.go#L408: 				list.Append(protoreflect.ValueOfInt32(int32(v)))
		decode_gen.go#L419: 		list.Append(protoreflect.ValueOfInt32(int32(v)))