google.golang.org/protobuf/internal/filedesc.Names.has (field)
6 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_list.go#L30: has map[pref.Name]int // protected by once
desc_list.go#L35: func (p *Names) Has(s pref.Name) bool { return p.lazyInit().has[s] > 0 }
desc_list.go#L41: p.has = make(map[pref.Name]int, len(p.List))
desc_list.go#L43: p.has[s] = p.has[s] + 1
desc_list.go#L53: for s, n := range p.lazyInit().has {
![]() |
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. |