Searched defs:boolConverter (Results 1 – 1 of 1) sorted by relevance
145 type boolConverter struct { struct146 goType reflect.Type147 def protoreflect.Value150 func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value {156 func (c *boolConverter) GoValueOf(v protoreflect.Value) reflect.Value {159 func (c *boolConverter) IsValidPB(v protoreflect.Value) bool {163 func (c *boolConverter) IsValidGo(v reflect.Value) bool {166 func (c *boolConverter) New() protoreflect.Value { return c.def }167 func (c *boolConverter) Zero() protoreflect.Value { return c.def }