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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L256: 	Sfixed64Kind Kind = 16
		proto.go#L272: 		Sfixed64Kind, Fixed64Kind, DoubleKind,
		proto.go#L305: 	case Sfixed64Kind:
		proto.go#L349: 	case Sfixed64Kind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L322: 	case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
		decode.go#L671: 	case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
		encode.go#L256: 		pref.Sfixed64Kind, pref.Fixed64Kind:
		encode.go#L343: 			pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L323: 	case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:
		encode.go#L242: 		pref.Sfixed32Kind, pref.Sfixed64Kind:

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

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

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

	google.golang.org/protobuf/internal/filetype
		build.go#L252: 	pref.Sfixed64Kind: reflect.TypeOf(int64(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5630: 	protoreflect.Sfixed64Kind: protowire.Fixed64Type,
		codec_tables.go#L92: 		case pref.Sfixed64Kind:
		codec_tables.go#L183: 		case pref.Sfixed64Kind:
		codec_tables.go#L248: 		case pref.Sfixed64Kind:
		codec_tables.go#L328: 		case pref.Sfixed64Kind:
		codec_tables.go#L398: 		case pref.Sfixed64Kind:
		codec_tables.go#L463: 		case pref.Sfixed64Kind:
		codec_tables.go#L505: 		case pref.Sfixed64Kind:
		codec_tables.go#L537: 		case pref.Sfixed64Kind:
		convert.go#L107: 	case pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:

	google.golang.org/protobuf/internal/mapsort
		mapsort.go#L27: 			protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:

	google.golang.org/protobuf/proto
		decode_gen.go#L123: 	case protoreflect.Sfixed64Kind:
		decode_gen.go#L471: 	case protoreflect.Sfixed64Kind:
		encode_gen.go#L31: 	protoreflect.Sfixed64Kind: protowire.Fixed64Type,
		encode_gen.go#L64: 	case protoreflect.Sfixed64Kind:
		size_gen.go#L38: 	case 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: