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

22 uses

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

	google.golang.org/protobuf/encoding/prototext
		encode.go#L320: 		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#L399: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L420: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L681: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L767: 	if wtyp != protowire.StartGroupType {
		codec_field.go#L812: 	if wtyp != protowire.StartGroupType {
		codec_gen.go#L5636: 	protoreflect.GroupKind:    protowire.StartGroupType,
		decode.go#L277: 		if wtyp != protowire.StartGroupType {
		validate.go#L360: 					ok = wtyp == protowire.StartGroupType
		validate.go#L496: 			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,

	github.com/golang/protobuf/proto
		buffer.go#L308: 		case protowire.StartGroupType:
		text_encode.go#L450: 		if wtyp != protowire.StartGroupType {
		text_encode.go#L453: 		if !w.compact || wtyp == protowire.StartGroupType {
		text_encode.go#L485: 		case protowire.StartGroupType: