Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dconvert.go169 type int32Converter struct { struct
170 goType reflect.Type
171 def protoreflect.Value
174 func (c *int32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
180 func (c *int32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
183 func (c *int32Converter) IsValidPB(v protoreflect.Value) bool {
187 func (c *int32Converter) IsValidGo(v reflect.Value) bool {
190 func (c *int32Converter) New() protoreflect.Value { return c.def }
191 func (c *int32Converter) Zero() protoreflect.Value { return c.def }