Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dconvert.go241 type uint64Converter struct { struct
242 goType reflect.Type
243 def protoreflect.Value
246 func (c *uint64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
252 func (c *uint64Converter) GoValueOf(v protoreflect.Value) reflect.Value {
255 func (c *uint64Converter) IsValidPB(v protoreflect.Value) bool {
259 func (c *uint64Converter) IsValidGo(v reflect.Value) bool {
262 func (c *uint64Converter) New() protoreflect.Value { return c.def }
263 func (c *uint64Converter) Zero() protoreflect.Value { return c.def }