google.golang.org/protobuf/internal/filedesc.File.lazyInit (method)
8 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L69: if f := fd.lazyInit().Options; f != nil {
desc.go#L76: func (fd *File) Imports() pref.FileImports { return &fd.lazyInit().Imports }
desc.go#L81: func (fd *File) SourceLocations() pref.SourceLocations { return &fd.lazyInit().Locations }
desc.go#L86: func (fd *File) lazyInit() *FileL2 {
desc.go#L163: ed.L0.ParentFile.lazyInit() // implicitly initializes L2
desc.go#L258: md.L0.ParentFile.lazyInit() // implicitly initializes L2
desc.go#L418: xd.L0.ParentFile.lazyInit() // implicitly initializes L2
desc.go#L458: sd.L0.ParentFile.lazyInit() // implicitly initializes L2
 |
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. |