type google.golang.org/protobuf/internal/filedesc.EnumValues
11 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc.go#L131: Values EnumValues
desc_list_gen.go#L55: type EnumValues struct {
desc_list_gen.go#L62: func (p *EnumValues) Len() int {
desc_list_gen.go#L65: func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor {
desc_list_gen.go#L68: func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValueDescriptor {
desc_list_gen.go#L74: func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.EnumValueDescriptor {
desc_list_gen.go#L80: func (p *EnumValues) Format(s fmt.State, r rune) {
desc_list_gen.go#L83: func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {}
desc_list_gen.go#L84: func (p *EnumValues) lazyInit() *EnumValues {
placeholder.go#L25: emptyEnumValues = new(EnumValues)
![]() |
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. |