google.golang.org/protobuf/internal/filedesc.Fields.lazyInit (method)
4 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_list_gen.go#L155: if d := p.lazyInit().byName[s]; d != nil {
desc_list_gen.go#L161: if d := p.lazyInit().byJSON[s]; d != nil {
desc_list_gen.go#L167: if d := p.lazyInit().byNum[n]; d != nil {
desc_list_gen.go#L176: func (p *Fields) lazyInit() *Fields {
![]() |
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. |