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

31 uses

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

	google.golang.org/protobuf/encoding/protojson
		decode.go#L396: 		return pref.ValueOfInt32(int32(n)), true
		decode.go#L668: 			return pref.ValueOfInt32(int32(n)).MapKey(), nil
		well_known_types.go#L646: 	m.Set(fdNanos, pref.ValueOfInt32(nanos))
		well_known_types.go#L829: 	m.Set(fdNanos, pref.ValueOfInt32(int32(t.Nanosecond())))

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

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L861: 	return protoreflect.ValueOfInt32(int32(v)), out, nil
		codec_gen.go#L915: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L938: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L1267: 	return protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))), out, nil
		codec_gen.go#L1321: 			list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L1344: 	list.Append(protoreflect.ValueOfInt32(int32(protowire.DecodeZigZag(v & math.MaxUint32))))
		codec_gen.go#L3238: 	return protoreflect.ValueOfInt32(int32(v)), out, nil
		codec_gen.go#L3279: 			list.Append(protoreflect.ValueOfInt32(int32(v)))
		codec_gen.go#L3292: 	list.Append(protoreflect.ValueOfInt32(int32(v)))
		convert.go#L80: 	int32Zero   = pref.ValueOfInt32(0)
		convert.go#L179: 	return pref.ValueOfInt32(int32(v.Int()))

	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)))

	github.com/golang/protobuf/proto
		text_decode.go#L387: 			return protoreflect.ValueOfInt32(int32(x)), nil
		text_decode.go#L395: 				return protoreflect.ValueOfInt32(int32(-(int64(^x) + 1))), nil