type google.golang.org/protobuf/internal/impl.enumConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L371: type enumConverter struct {
convert.go#L383: return &enumConverter{goType, def}
convert.go#L386: func (c *enumConverter) PBValueOf(v reflect.Value) pref.Value {
convert.go#L393: func (c *enumConverter) GoValueOf(v pref.Value) reflect.Value {
convert.go#L397: func (c *enumConverter) IsValidPB(v pref.Value) bool {
convert.go#L402: func (c *enumConverter) IsValidGo(v reflect.Value) bool {
convert.go#L406: func (c *enumConverter) New() pref.Value {
convert.go#L410: func (c *enumConverter) Zero() pref.Value {
![]() |
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. |