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

22 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L99: 		return ValueOfUint32(v)
		value_union.go#L141: func ValueOfUint32(v uint32) Value {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L402: 		return protoreflect.ValueOfUint32(uint32(n)), true
		decode.go#L652: 			return protoreflect.ValueOfUint32(uint32(n)).MapKey(), nil

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

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L81: 			return protoreflect.ValueOfUint32(uint32(v)), nil, nil

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L1673: 	return protoreflect.ValueOfUint32(uint32(v)), out, nil
		codec_gen.go#L1727: 			list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L1750: 	list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L3554: 	return protoreflect.ValueOfUint32(uint32(v)), out, nil
		codec_gen.go#L3595: 			list.Append(protoreflect.ValueOfUint32(uint32(v)))
		codec_gen.go#L3608: 	list.Append(protoreflect.ValueOfUint32(uint32(v)))
		convert.go#L82: 	uint32Zero  = protoreflect.ValueOfUint32(0)
		convert.go#L227: 	return protoreflect.ValueOfUint32(uint32(v.Uint()))

	google.golang.org/protobuf/proto
		decode_gen.go#L68: 		return protoreflect.ValueOfUint32(uint32(v)), n, nil
		decode_gen.go#L113: 		return protoreflect.ValueOfUint32(uint32(v)), n, nil
		decode_gen.go#L308: 				list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L319: 		list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L433: 				list.Append(protoreflect.ValueOfUint32(uint32(v)))
		decode_gen.go#L444: 		list.Append(protoreflect.ValueOfUint32(uint32(v)))

	github.com/golang/protobuf/proto
		text_decode.go#L413: 			return protoreflect.ValueOfUint32(uint32(x)), nil