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

97 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L40: 	VarintType     Type = 0
		wire.go#L118: 	case VarintType:

	google.golang.org/protobuf/encoding/prototext
		encode.go#L314: 		case protowire.VarintType:

	google.golang.org/protobuf/internal/encoding/messageset
		messageset.go#L129: 		case num == FieldTypeID && wtyp == protowire.VarintType:
		messageset.go#L186: 	b = protowire.AppendTag(b, FieldTypeID, protowire.VarintType)

	google.golang.org/protobuf/internal/filedesc
		desc_init.go#L165: 		case protowire.VarintType:
		desc_init.go#L421: 		case protowire.VarintType:
		desc_init.go#L454: 		case protowire.VarintType:
		desc_init.go#L492: 		case protowire.VarintType:
		desc_lazy.go#L142: 		case protowire.VarintType:
		desc_lazy.go#L225: 		case protowire.VarintType:
		desc_lazy.go#L252: 		case protowire.VarintType:
		desc_lazy.go#L344: 		case protowire.VarintType:
		desc_lazy.go#L365: 		case protowire.VarintType:
		desc_lazy.go#L387: 		case protowire.VarintType:
		desc_lazy.go#L423: 		case protowire.VarintType:
		desc_lazy.go#L492: 		case protowire.VarintType:
		desc_lazy.go#L552: 		case protowire.VarintType:
		desc_lazy.go#L630: 		case protowire.VarintType:
		editions.go#L55: 		case protowire.VarintType:
		editions.go#L111: 		case protowire.VarintType:

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L33: 	if wtyp != protowire.VarintType {
		codec_gen.go#L109: 	if wtyp != protowire.VarintType {
		codec_gen.go#L201: 	if wtyp != protowire.VarintType {
		codec_gen.go#L282: 	if wtyp != protowire.VarintType {
		codec_gen.go#L360: 	if wtyp != protowire.VarintType {
		codec_gen.go#L446: 	if wtyp != protowire.VarintType {
		codec_gen.go#L524: 	if wtyp != protowire.VarintType {
		codec_gen.go#L612: 	if wtyp != protowire.VarintType {
		codec_gen.go#L688: 	if wtyp != protowire.VarintType {
		codec_gen.go#L780: 	if wtyp != protowire.VarintType {
		codec_gen.go#L861: 	if wtyp != protowire.VarintType {
		codec_gen.go#L939: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1027: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1103: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1195: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1276: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1354: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1442: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1518: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1610: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1691: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1769: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1857: 	if wtyp != protowire.VarintType {
		codec_gen.go#L1933: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2025: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2106: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2184: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2272: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2348: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2440: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2521: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2599: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2687: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2763: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2855: 	if wtyp != protowire.VarintType {
		codec_gen.go#L2936: 	if wtyp != protowire.VarintType {
		codec_gen.go#L3014: 	if wtyp != protowire.VarintType {
		codec_gen.go#L5706: 	protoreflect.BoolKind:     protowire.VarintType,
		codec_gen.go#L5707: 	protoreflect.EnumKind:     protowire.VarintType,
		codec_gen.go#L5708: 	protoreflect.Int32Kind:    protowire.VarintType,
		codec_gen.go#L5709: 	protoreflect.Sint32Kind:   protowire.VarintType,
		codec_gen.go#L5710: 	protoreflect.Uint32Kind:   protowire.VarintType,
		codec_gen.go#L5711: 	protoreflect.Int64Kind:    protowire.VarintType,
		codec_gen.go#L5712: 	protoreflect.Sint64Kind:   protowire.VarintType,
		codec_gen.go#L5713: 	protoreflect.Uint64Kind:   protowire.VarintType,
		validate.go#L183: 			case protowire.VarintType:
		validate.go#L225: 			case protowire.VarintType:
		validate.go#L346: 					ok = wtyp == protowire.VarintType
		validate.go#L362: 			case protowire.VarintType:

	google.golang.org/protobuf/internal/protolazy
		bufferreader.go#L202: 	case protowire.VarintType:
		bufferreader.go#L233: 		case protowire.VarintType:
		lazy.go#L164: 		case protowire.VarintType:

	google.golang.org/protobuf/proto
		decode_gen.go#L25: 		if wtyp != protowire.VarintType {
		decode_gen.go#L34: 		if wtyp != protowire.VarintType {
		decode_gen.go#L43: 		if wtyp != protowire.VarintType {
		decode_gen.go#L52: 		if wtyp != protowire.VarintType {
		decode_gen.go#L61: 		if wtyp != protowire.VarintType {
		decode_gen.go#L70: 		if wtyp != protowire.VarintType {
		decode_gen.go#L79: 		if wtyp != protowire.VarintType {
		decode_gen.go#L88: 		if wtyp != protowire.VarintType {
		decode_gen.go#L212: 		if wtyp != protowire.VarintType {
		decode_gen.go#L237: 		if wtyp != protowire.VarintType {
		decode_gen.go#L262: 		if wtyp != protowire.VarintType {
		decode_gen.go#L287: 		if wtyp != protowire.VarintType {
		decode_gen.go#L312: 		if wtyp != protowire.VarintType {
		decode_gen.go#L337: 		if wtyp != protowire.VarintType {
		decode_gen.go#L362: 		if wtyp != protowire.VarintType {
		decode_gen.go#L387: 		if wtyp != protowire.VarintType {
		encode_gen.go#L20: 	protoreflect.BoolKind:     protowire.VarintType,
		encode_gen.go#L21: 	protoreflect.EnumKind:     protowire.VarintType,
		encode_gen.go#L22: 	protoreflect.Int32Kind:    protowire.VarintType,
		encode_gen.go#L23: 	protoreflect.Sint32Kind:   protowire.VarintType,
		encode_gen.go#L24: 	protoreflect.Uint32Kind:   protowire.VarintType,
		encode_gen.go#L25: 	protoreflect.Int64Kind:    protowire.VarintType,
		encode_gen.go#L26: 	protoreflect.Sint64Kind:   protowire.VarintType,
		encode_gen.go#L27: 	protoreflect.Uint64Kind:   protowire.VarintType,