google.golang.org/protobuf/internal/filedesc.FieldRanges.lazyInit (method)
5 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_list.go#L137: for ls := p.lazyInit().sorted; len(ls) > 0; {
desc_list.go#L152: func (p *FieldRanges) lazyInit() *FieldRanges {
desc_list.go#L166: for i, r := range p.lazyInit().sorted {
desc_list.go#L192: rps := p.lazyInit().sorted
desc_list.go#L193: rqs := q.lazyInit().sorted
![]() |
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. |