Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dconvert.go217 type uint32Converter struct { struct
218 goType reflect.Type
219 def protoreflect.Value
222 func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
228 func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
231 func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool {
235 func (c *uint32Converter) IsValidGo(v reflect.Value) bool {
238 func (c *uint32Converter) New() protoreflect.Value { return c.def }
239 func (c *uint32Converter) Zero() protoreflect.Value { return c.def }