Home
last modified time | relevance | path

Searched defs:enumConverter (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/internal/impl/
Dconvert.go370 type enumConverter struct { struct
371 goType reflect.Type
372 def protoreflect.Value
385 func (c *enumConverter) PBValueOf(v reflect.Value) protoreflect.Value {
392 func (c *enumConverter) GoValueOf(v protoreflect.Value) reflect.Value {
396 func (c *enumConverter) IsValidPB(v protoreflect.Value) bool {
401 func (c *enumConverter) IsValidGo(v reflect.Value) bool {
405 func (c *enumConverter) New() protoreflect.Value {
409 func (c *enumConverter) Zero() protoreflect.Value {