const google.golang.org/protobuf/internal/flags.ProtoLegacy

20 uses

	google.golang.org/protobuf/internal/flags (current package)
		flags.go#L17: const ProtoLegacy = protoLegacy
		flags.go#L24: const LazyUnmarshalExtensions = ProtoLegacy

	google.golang.org/protobuf/internal/encoding/text
		decode_token.go#L282: 	if flags.ProtoLegacy && (t.numAttrs == numHex) {
		decode_token.go#L300: 	if flags.ProtoLegacy && (t.numAttrs == numHex) {

	google.golang.org/protobuf/internal/impl
		codec_messageset.go#L17: 	if !flags.ProtoLegacy {
		codec_messageset.go#L49: 	if !flags.ProtoLegacy {
		codec_messageset.go#L119: 	if !flags.ProtoLegacy {
		decode.go#L109: 	if flags.ProtoLegacy && mi.isMessageSet {
		encode.go#L64: 	if flags.ProtoLegacy && mi.isMessageSet {
		encode.go#L153: 	if flags.ProtoLegacy && mi.isMessageSet {
		validate.go#L307: 			case flags.ProtoLegacy && st.mi.isMessageSet:
		validate.go#L503: 				case flags.ProtoLegacy && vi.typ == validationTypeMessageSetItem:

	google.golang.org/protobuf/internal/strs
		strings.go#L20: 	if flags.ProtoLegacy || fd.Syntax() == protoreflect.Editions {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L142: 	if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {
		encode.go#L236: 	if !flags.ProtoLegacy && messageset.IsMessageSet(m.Descriptor()) {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L108: 	if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {
		encode.go#L164: 	if !flags.ProtoLegacy && messageset.IsMessageSet(messageDesc) {

	google.golang.org/protobuf/proto
		messageset.go#L29: 	if !flags.ProtoLegacy {
		messageset.go#L65: 	if !flags.ProtoLegacy {

	google.golang.org/protobuf/reflect/protoregistry
		registry.go#L685: 		if flags.ProtoLegacy {