google.golang.org/protobuf/internal/filedesc.File.L1 (field)

55 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc.go#L55: 		L1 FileL1
		desc.go#L128: func (fd *File) Syntax() protoreflect.Syntax             { return fd.L1.Syntax }
		desc.go#L131: func (fd *File) Edition() int32                  { return int32(fd.L1.Edition) }
		desc.go#L132: func (fd *File) Name() protoreflect.Name         { return fd.L1.Package.Name() }
		desc.go#L133: func (fd *File) FullName() protoreflect.FullName { return fd.L1.Package }
		desc.go#L141: func (fd *File) Path() string                                  { return fd.L1.Path }
		desc.go#L142: func (fd *File) Package() protoreflect.FullName                { return fd.L1.Package }
		desc.go#L144: func (fd *File) Enums() protoreflect.EnumDescriptors           { return &fd.L1.Enums }
		desc.go#L145: func (fd *File) Messages() protoreflect.MessageDescriptors     { return &fd.L1.Messages }
		desc.go#L146: func (fd *File) Extensions() protoreflect.ExtensionDescriptors { return &fd.L1.Extensions }
		desc.go#L147: func (fd *File) Services() protoreflect.ServiceDescriptors     { return &fd.L1.Services }
		desc.go#L357: 	return (fd.L0.ParentFile.L1.Syntax == protoreflect.Proto2 && fd.L1.Cardinality == protoreflect.Optional && fd.L1.ContainingOneof == nil) || fd.L1.IsProto3Optional
		desc.go#L418: 	return od.L0.ParentFile.L1.Syntax == protoreflect.Proto3 && len(od.L1.Fields.List) == 1 && od.L1.Fields.List[0].HasOptionalKeyword()
		desc.go#L468: 	return (xd.L0.ParentFile.L1.Syntax == protoreflect.Proto2 && xd.L1.Cardinality == protoreflect.Optional) || xd.lazyInit().IsProto3Optional
		desc.go#L561: 	SurrogateProto2      = &File{L1: FileL1{Syntax: protoreflect.Proto2}, L2: &FileL2{}}
		desc.go#L562: 	SurrogateProto3      = &File{L1: FileL1{Syntax: protoreflect.Proto3}, L2: &FileL2{}}
		desc.go#L563: 	SurrogateEdition2023 = &File{L1: FileL1{Syntax: protoreflect.Editions, Edition: Edition2023}, L2: &FileL2{}}
		desc_init.go#L115: 					fd.L1.Syntax = protoreflect.Proto2
		desc_init.go#L116: 					fd.L1.Edition = EditionProto2
		desc_init.go#L118: 					fd.L1.Syntax = protoreflect.Proto3
		desc_init.go#L119: 					fd.L1.Edition = EditionProto3
		desc_init.go#L121: 					fd.L1.Syntax = protoreflect.Editions
		desc_init.go#L126: 				fd.L1.Path = sb.MakeString(v)
		desc_init.go#L128: 				fd.L1.Package = protoreflect.FullName(sb.MakeString(v))
		desc_init.go#L170: 				fd.L1.Edition = Edition(v)
		desc_init.go#L180: 	if fd.L1.Syntax == 0 {
		desc_init.go#L181: 		fd.L1.Syntax = protoreflect.Proto2
		desc_init.go#L182: 		fd.L1.Edition = EditionProto2
		desc_init.go#L185: 	fd.L1.EditionFeatures = getFeaturesFor(fd.L1.Edition)
		desc_init.go#L195: 		fd.L1.Enums.List = fd.allocEnums(numEnums)
		desc_init.go#L198: 		fd.L1.Messages.List = fd.allocMessages(numMessages)
		desc_init.go#L201: 		fd.L1.Extensions.List = fd.allocExtensions(numExtensions)
		desc_init.go#L204: 		fd.L1.Services.List = fd.allocServices(numServices)
		desc_init.go#L209: 		for i := range fd.L1.Enums.List {
		desc_init.go#L212: 			fd.L1.Enums.List[i].unmarshalSeed(v, sb, fd, fd, i)
		desc_init.go#L218: 		for i := range fd.L1.Messages.List {
		desc_init.go#L221: 			fd.L1.Messages.List[i].unmarshalSeed(v, sb, fd, fd, i)
		desc_init.go#L227: 		for i := range fd.L1.Extensions.List {
		desc_init.go#L230: 			fd.L1.Extensions.List[i].unmarshalSeed(v, sb, fd, fd, i)
		desc_init.go#L236: 		for i := range fd.L1.Services.List {
		desc_init.go#L239: 			fd.L1.Services.List[i].unmarshalSeed(v, sb, fd, fd, i)
		desc_init.go#L258: 				fd.L1.EditionFeatures = unmarshalFeatureSet(v, fd.L1.EditionFeatures)
		desc_lazy.go#L161: 				fd.L1.Enums.List[enumIdx].unmarshalFull(v, sb)
		desc_lazy.go#L164: 				fd.L1.Messages.List[messageIdx].unmarshalFull(v, sb)
		desc_lazy.go#L167: 				fd.L1.Extensions.List[extensionIdx].unmarshalFull(v, sb)
		desc_lazy.go#L170: 				fd.L1.Services.List[serviceIdx].unmarshalFull(v, sb)
		editions.go#L23: 	SurrogateProto2.L1.EditionFeatures = getFeaturesFor(EditionProto2)
		editions.go#L24: 	SurrogateProto3.L1.EditionFeatures = getFeaturesFor(EditionProto3)
		editions.go#L25: 	SurrogateEdition2023.L1.EditionFeatures = getFeaturesFor(Edition2023)
		editions.go#L100: 		parentFS = p.L1.EditionFeatures

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L35: 	f.L1.EditionFeatures = f.L0.ParentFile.L1.EditionFeatures

	google.golang.org/protobuf/internal/impl
		legacy_enum.go#L170: 	ed.L1.EditionFeatures = ed.L0.ParentFile.L1.EditionFeatures
		legacy_message.go#L207: 	md.L1.EditionFeatures = md.L0.ParentFile.L1.EditionFeatures