Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go26 GoValueOf(protoreflect.Value) reflect.Value methodSpec
156 func (c *boolConverter) GoValueOf(v protoreflect.Value) reflect.Value { func
180 func (c *int32Converter) GoValueOf(v protoreflect.Value) reflect.Value { func
204 func (c *int64Converter) GoValueOf(v protoreflect.Value) reflect.Value { func
228 func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value { func
252 func (c *uint64Converter) GoValueOf(v protoreflect.Value) reflect.Value { func
276 func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Value { func
300 func (c *float64Converter) GoValueOf(v protoreflect.Value) reflect.Value { func
324 func (c *stringConverter) GoValueOf(v protoreflect.Value) reflect.Value { func
357 func (c *bytesConverter) GoValueOf(v protoreflect.Value) reflect.Value { func
[all …]
H A Dconvert_list.go38 func (c *listConverter) GoValueOf(v protoreflect.Value) reflect.Value { func
78 func (c *listPtrConverter) GoValueOf(v protoreflect.Value) reflect.Value { func
H A Dconvert_map.go37 func (c *mapConverter) GoValueOf(v protoreflect.Value) reflect.Value { func