type google.golang.org/protobuf/internal/filedesc.EnumRanges
11 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L133: ReservedRanges EnumRanges
desc_list.go#L66: type EnumRanges struct {
desc_list.go#L72: func (p *EnumRanges) Len() int { return len(p.List) }
desc_list.go#L73: func (p *EnumRanges) Get(i int) [2]pref.EnumNumber { return p.List[i] }
desc_list.go#L74: func (p *EnumRanges) Has(n pref.EnumNumber) bool {
desc_list.go#L88: func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.FormatList(s, r, p) }
desc_list.go#L89: func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {}
desc_list.go#L90: func (p *EnumRanges) lazyInit() *EnumRanges {
desc_list.go#L102: func (p *EnumRanges) CheckValid() error {
placeholder.go#L15: emptyEnumRanges = new(EnumRanges)
![]() |
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. |