const google.golang.org/protobuf/encoding/protowire.Fixed64Type

36 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L46: 	Fixed64Type    Type = 1
		wire.go#L128: 	case Fixed64Type:

	google.golang.org/protobuf/encoding/prototext
		encode.go#L312: 		case protowire.Fixed64Type:

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L3987: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4052: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4113: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4178: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4233: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4303: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4368: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4429: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4494: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4549: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4619: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4684: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4745: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4810: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4865: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L5630: 	protoreflect.Sfixed64Kind: protowire.Fixed64Type,
		codec_gen.go#L5631: 	protoreflect.Fixed64Kind:  protowire.Fixed64Type,
		codec_gen.go#L5632: 	protoreflect.DoubleKind:   protowire.Fixed64Type,
		validate.go#L171: 			case protowire.Fixed64Type:
		validate.go#L215: 			case protowire.Fixed64Type:
		validate.go#L356: 					ok = wtyp == protowire.Fixed64Type
		validate.go#L491: 			case protowire.Fixed64Type:

	google.golang.org/protobuf/proto
		decode_gen.go#L124: 		if wtyp != protowire.Fixed64Type {
		decode_gen.go#L133: 		if wtyp != protowire.Fixed64Type {
		decode_gen.go#L142: 		if wtyp != protowire.Fixed64Type {
		decode_gen.go#L487: 		if wtyp != protowire.Fixed64Type {
		decode_gen.go#L512: 		if wtyp != protowire.Fixed64Type {
		decode_gen.go#L537: 		if wtyp != protowire.Fixed64Type {
		encode_gen.go#L31: 	protoreflect.Sfixed64Kind: protowire.Fixed64Type,
		encode_gen.go#L32: 	protoreflect.Fixed64Kind:  protowire.Fixed64Type,
		encode_gen.go#L33: 	protoreflect.DoubleKind:   protowire.Fixed64Type,

	github.com/golang/protobuf/proto
		buffer.go#L304: 		case protowire.Fixed64Type:
		text_encode.go#L471: 		case protowire.Fixed64Type: