type google.golang.org/protobuf/internal/filedesc.Names
12 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L132: ReservedNames Names
desc.go#L194: ReservedNames Names
desc_list.go#L27: type Names struct {
desc_list.go#L33: func (p *Names) Len() int { return len(p.List) }
desc_list.go#L34: func (p *Names) Get(i int) pref.Name { return p.List[i] }
desc_list.go#L35: func (p *Names) Has(s pref.Name) bool { return p.lazyInit().has[s] > 0 }
desc_list.go#L36: func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L37: func (p *Names) ProtoInternal(pragma.DoNotImplement) {}
desc_list.go#L38: func (p *Names) lazyInit() *Names {
desc_list.go#L52: func (p *Names) CheckValid() error {
placeholder.go#L14: emptyNames = new(Names)
![]() |
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. |