google.golang.org/protobuf/internal/filedesc.enumRange.Start (method)
7 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_list.go#L78: case n < r.Start():
desc_list.go#L107: case !(r.Start() <= r.End()):
desc_list.go#L109: case !(rp.End() < r.Start()) && i > 0:
desc_list.go#L119: func (r enumRange) Start() protoreflect.EnumNumber { return r[0] } // inclusive
desc_list.go#L122: if r.Start() == r.End() {
desc_list.go#L123: return fmt.Sprintf("%d", r.Start())
desc_list.go#L125: return fmt.Sprintf("%d to %d", r.Start(), r.End())
![]() |
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. |