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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L257: 	Fixed64Kind  Kind = 6
		proto.go#L272: 		Sfixed64Kind, Fixed64Kind, DoubleKind,
		proto.go#L307: 	case Fixed64Kind:
		proto.go#L351: 	case Fixed64Kind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L332: 	case pref.Uint64Kind, pref.Fixed64Kind:
		decode.go#L681: 	case pref.Uint64Kind, pref.Fixed64Kind:
		encode.go#L256: 		pref.Sfixed64Kind, pref.Fixed64Kind:
		encode.go#L347: 			pref.Uint64Kind, pref.Fixed64Kind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L333: 	case pref.Uint64Kind, pref.Fixed64Kind:
		encode.go#L246: 		pref.Fixed32Kind, pref.Fixed64Kind:

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

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L87: 				f.L1.Kind = pref.Fixed64Kind
		tag.go#L154: 	case pref.Sfixed64Kind, pref.Fixed64Kind, pref.DoubleKind:

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

	google.golang.org/protobuf/internal/filetype
		build.go#L256: 	pref.Fixed64Kind:  reflect.TypeOf(uint64(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5631: 	protoreflect.Fixed64Kind:  protowire.Fixed64Type,
		codec_tables.go#L96: 		case pref.Fixed64Kind:
		codec_tables.go#L187: 		case pref.Fixed64Kind:
		codec_tables.go#L252: 		case pref.Fixed64Kind:
		codec_tables.go#L332: 		case pref.Fixed64Kind:
		codec_tables.go#L402: 		case pref.Fixed64Kind:
		codec_tables.go#L465: 		case pref.Fixed64Kind:
		codec_tables.go#L507: 		case pref.Fixed64Kind:
		codec_tables.go#L539: 		case pref.Fixed64Kind:
		convert.go#L115: 	case pref.Uint64Kind, pref.Fixed64Kind:

	google.golang.org/protobuf/internal/mapsort
		mapsort.go#L30: 			protoreflect.Uint64Kind, protoreflect.Fixed64Kind:

	google.golang.org/protobuf/proto
		decode_gen.go#L132: 	case protoreflect.Fixed64Kind:
		decode_gen.go#L496: 	case protoreflect.Fixed64Kind:
		encode_gen.go#L32: 	protoreflect.Fixed64Kind:  protowire.Fixed64Type,
		encode_gen.go#L66: 	case protoreflect.Fixed64Kind:
		size_gen.go#L40: 	case 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: