type google.golang.org/protobuf/internal/filedesc.FileL2
6 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L42: L2 *FileL2
desc.go#L54: FileL2 struct {
desc.go#L86: func (fd *File) lazyInit() *FileL2 {
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)
![]() |
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. |