type google.golang.org/protobuf/reflect/protoreflect.EnumValueDescriptors
10 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
type.go#L505: Values() EnumValueDescriptors
type.go#L559: type EnumValueDescriptors interface {
google.golang.org/protobuf/internal/descfmt
stringer.go#L89: _, isEnumValue := vs.(pref.EnumValueDescriptors)
google.golang.org/protobuf/internal/encoding/defval
default.go#L38: func Unmarshal(s string, k pref.Kind, evs pref.EnumValueDescriptors, f Format) (pref.Value, pref.EnumValueDescriptor, error) {
google.golang.org/protobuf/internal/encoding/tag
tag.go#L32: func Unmarshal(tag string, goType reflect.Type, evs pref.EnumValueDescriptors) pref.FieldDescriptor {
google.golang.org/protobuf/internal/filedesc
desc.go#L152: func (ed *Enum) Values() pref.EnumValueDescriptors {
desc.go#L541: var evs pref.EnumValueDescriptors
placeholder.go#L63: func (e PlaceholderEnum) Values() pref.EnumValueDescriptors { return emptyEnumValues }
google.golang.org/protobuf/internal/impl
legacy_extension.go#L108: var evs pref.EnumValueDescriptors
legacy_message.go#L351: protoreflect.EnumValueDescriptors
![]() |
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. |