Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dconvert.go193 type int64Converter struct { struct
194 goType reflect.Type
195 def protoreflect.Value
198 func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
204 func (c *int64Converter) GoValueOf(v protoreflect.Value) reflect.Value {
207 func (c *int64Converter) IsValidPB(v protoreflect.Value) bool {
211 func (c *int64Converter) IsValidGo(v reflect.Value) bool {
214 func (c *int64Converter) New() protoreflect.Value { return c.def }
215 func (c *int64Converter) Zero() protoreflect.Value { return c.def }