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

24 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L44: 	StartGroupType Type = 3
		wire.go#L130: 	case StartGroupType:
		wire.go#L476: 	n = ConsumeFieldValue(num, StartGroupType, b)

	google.golang.org/protobuf/encoding/prototext
		encode.go#L330: 		case protowire.StartGroupType:

	google.golang.org/protobuf/internal/encoding/messageset
		messageset.go#L84: 		if num != FieldItem || wtyp != protowire.StartGroupType {
		messageset.go#L185: 	b = protowire.AppendTag(b, FieldItem, protowire.StartGroupType)

	google.golang.org/protobuf/internal/impl
		codec_field.go#L340: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L361: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L638: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L725: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L770: 	if wtyp != protowire.StartGroupType {
		codec_field_opaque.go#L108: 	if wtyp != protowire.StartGroupType {
		codec_field_opaque.go#L250: 	if wtyp != protowire.StartGroupType {
		codec_gen.go#L5723: 	protoreflect.GroupKind:    protowire.StartGroupType,
		decode.go#L325: 		if wtyp != protowire.StartGroupType {
		lazy.go#L162: 		if wtyp != protowire.StartGroupType {
		validate.go#L354: 					ok = wtyp == protowire.StartGroupType
		validate.go#L490: 			case protowire.StartGroupType:

	google.golang.org/protobuf/internal/protolazy
		bufferreader.go#L212: 	case protowire.StartGroupType:
		bufferreader.go#L242: 		case protowire.StartGroupType:
		lazy.go#L234: 		case protowire.StartGroupType:

	google.golang.org/protobuf/proto
		decode_gen.go#L181: 		if wtyp != protowire.StartGroupType {
		decode_gen.go#L584: 		if wtyp != protowire.StartGroupType {
		encode_gen.go#L37: 	protoreflect.GroupKind:    protowire.StartGroupType,