google.golang.org/protobuf/internal/filedesc.FieldNumbers.has (field)
4 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_list.go#L223: has map[pref.FieldNumber]struct{} // protected by once
desc_list.go#L231: p.has = make(map[pref.FieldNumber]struct{}, len(p.List))
desc_list.go#L233: p.has[n] = struct{}{}
desc_list.go#L237: _, ok := p.has[n]
![]() |
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. |