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

36 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L254: 	Int64Kind    Kind = 3
		proto.go#L274: 		Int64Kind, Sint64Kind, Uint64Kind,
		proto.go#L297: 	case Int64Kind:
		proto.go#L341: 	case Int64Kind:

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L363: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind: // int64

	google.golang.org/protobuf/encoding/protojson
		decode.go#L296: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
		decode.go#L645: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
		encode.go#L274: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Uint64Kind,

	google.golang.org/protobuf/encoding/prototext
		decode.go#L305: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
		encode.go#L219: 	case protoreflect.Int32Kind, protoreflect.Int64Kind,

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L75: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
		default.go#L143: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind, protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:

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

	google.golang.org/protobuf/internal/filedesc
		desc.go#L604: 		case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:

	google.golang.org/protobuf/internal/filetype
		build.go#L249: 	protoreflect.Int64Kind:    reflect.TypeOf(int64(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5624: 	protoreflect.Int64Kind:    protowire.VarintType,
		codec_tables.go#L68: 		case protoreflect.Int64Kind:
		codec_tables.go#L159: 		case protoreflect.Int64Kind:
		codec_tables.go#L224: 		case protoreflect.Int64Kind:
		codec_tables.go#L304: 		case protoreflect.Int64Kind:
		codec_tables.go#L374: 		case protoreflect.Int64Kind:
		codec_tables.go#L451: 		case protoreflect.Int64Kind:
		codec_tables.go#L493: 		case protoreflect.Int64Kind:
		codec_tables.go#L525: 		case protoreflect.Int64Kind:
		convert.go#L107: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:

	google.golang.org/protobuf/proto
		decode_gen.go#L69: 	case protoreflect.Int64Kind:
		decode_gen.go#L321: 	case protoreflect.Int64Kind:
		encode_gen.go#L25: 	protoreflect.Int64Kind:    protowire.VarintType,
		encode_gen.go#L52: 	case protoreflect.Int64Kind:
		equal.go#L124: 		protoreflect.Int64Kind, protoreflect.Sint64Kind,
		size_gen.go#L26: 	case protoreflect.Int64Kind:

	github.com/golang/protobuf/jsonpb
		decode.go#L463: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
		encode.go#L462: 			case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind, protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:

	github.com/golang/protobuf/proto
		text_decode.go#L398: 	case protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:
		text_encode.go#L308: 				case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind, protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind: