google.golang.org/protobuf/internal/filedesc.File.L2 (field)
11 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L42: L2 *FileL2
desc.go#L90: return fd.L2
desc.go#L95: if fd.L2 == nil {
desc.go#L479: SurrogateProto2 = &File{L1: FileL1{Syntax: pref.Proto2}, L2: &FileL2{}}
desc.go#L480: SurrogateProto3 = &File{L1: FileL1{Syntax: pref.Proto3}, L2: &FileL2{}}
desc_lazy.go#L137: fd.L2 = new(FileL2)
desc_lazy.go#L147: fd.L2.Imports[v].IsPublic = true
desc_lazy.go#L149: fd.L2.Imports[v].IsWeak = true
desc_lazy.go#L161: fd.L2.Imports = append(fd.L2.Imports, pref.FileImport{FileDescriptor: imp})
desc_lazy.go#L182: fd.L2.Options = fd.builder.optionsUnmarshaler(&descopts.File, rawOptions)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |