const google.golang.org/protobuf/reflect/protoreflect.Uint64Kind

36 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L256: 	Uint64Kind   Kind = 4
		proto.go#L274: 		Int64Kind, Sint64Kind, Uint64Kind,
		proto.go#L301: 	case Uint64Kind:
		proto.go#L345: 	case Uint64Kind:

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L365: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind: // uint64

	google.golang.org/protobuf/encoding/protojson
		decode.go#L306: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
		decode.go#L655: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
		encode.go#L274: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Uint64Kind,

	google.golang.org/protobuf/encoding/prototext
		decode.go#L315: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
		encode.go#L224: 	case protoreflect.Uint32Kind, protoreflect.Uint64Kind,

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L83: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
		default.go#L145: 	case protoreflect.Uint32Kind, protoreflect.Fixed32Kind, protoreflect.Uint64Kind, protoreflect.Fixed64Kind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L63: 				f.L1.Kind = protoreflect.Uint64Kind
		tag.go#L146: 	case protoreflect.BoolKind, protoreflect.EnumKind, protoreflect.Int32Kind, protoreflect.Uint32Kind, protoreflect.Int64Kind, protoreflect.Uint64Kind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L608: 		case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:

	google.golang.org/protobuf/internal/filetype
		build.go#L254: 	protoreflect.Uint64Kind:   reflect.TypeOf(uint64(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5626: 	protoreflect.Uint64Kind:   protowire.VarintType,
		codec_tables.go#L76: 		case protoreflect.Uint64Kind:
		codec_tables.go#L167: 		case protoreflect.Uint64Kind:
		codec_tables.go#L232: 		case protoreflect.Uint64Kind:
		codec_tables.go#L312: 		case protoreflect.Uint64Kind:
		codec_tables.go#L382: 		case protoreflect.Uint64Kind:
		codec_tables.go#L455: 		case protoreflect.Uint64Kind:
		codec_tables.go#L497: 		case protoreflect.Uint64Kind:
		codec_tables.go#L529: 		case protoreflect.Uint64Kind:
		convert.go#L115: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:

	google.golang.org/protobuf/proto
		decode_gen.go#L87: 	case protoreflect.Uint64Kind:
		decode_gen.go#L371: 	case protoreflect.Uint64Kind:
		encode_gen.go#L27: 	protoreflect.Uint64Kind:   protowire.VarintType,
		encode_gen.go#L56: 	case protoreflect.Uint64Kind:
		equal.go#L127: 	case protoreflect.Uint32Kind, protoreflect.Uint64Kind,
		size_gen.go#L30: 	case protoreflect.Uint64Kind:

	github.com/golang/protobuf/jsonpb
		decode.go#L467: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
		encode.go#L464: 			case protoreflect.Uint32Kind, protoreflect.Fixed32Kind, protoreflect.Uint64Kind, protoreflect.Fixed64Kind:

	github.com/golang/protobuf/proto
		text_decode.go#L415: 	case protoreflect.Uint64Kind, protoreflect.Fixed64Kind:
		text_encode.go#L310: 				case protoreflect.Uint32Kind, protoreflect.Fixed32Kind, protoreflect.Uint64Kind, protoreflect.Fixed64Kind: