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

37 uses

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L4062: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4127: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4192: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4257: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4312: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4382: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4447: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4512: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4577: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4632: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4702: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4767: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4832: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4897: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L4952: 	if wtyp != protowire.Fixed64Type {
		codec_gen.go#L5717: 	protoreflect.Sfixed64Kind: protowire.Fixed64Type,
		codec_gen.go#L5718: 	protoreflect.Fixed64Kind:  protowire.Fixed64Type,
		codec_gen.go#L5719: 	protoreflect.DoubleKind:   protowire.Fixed64Type,
		validate.go#L187: 			case protowire.Fixed64Type:
		validate.go#L229: 			case protowire.Fixed64Type:
		validate.go#L350: 					ok = wtyp == protowire.Fixed64Type
		validate.go#L485: 			case protowire.Fixed64Type:

	google.golang.org/protobuf/internal/protolazy
		bufferreader.go#L204: 	case protowire.Fixed64Type:
		bufferreader.go#L235: 		case protowire.Fixed64Type:
		lazy.go#L226: 		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,