Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go23 PBValueOf(reflect.Value) protoreflect.Value methodSpec
150 func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value { func
174 func (c *int32Converter) PBValueOf(v reflect.Value) protoreflect.Value { func
198 func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value { func
222 func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value { func
246 func (c *uint64Converter) PBValueOf(v reflect.Value) protoreflect.Value { func
270 func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Value { func
294 func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Value { func
318 func (c *stringConverter) PBValueOf(v reflect.Value) protoreflect.Value { func
348 func (c *bytesConverter) PBValueOf(v reflect.Value) protoreflect.Value { func
[all …]
H A Dconvert_list.go29 func (c *listConverter) PBValueOf(v reflect.Value) protoreflect.Value { func
71 func (c *listPtrConverter) PBValueOf(v reflect.Value) protoreflect.Value { func
H A Dconvert_map.go30 func (c *mapConverter) PBValueOf(v reflect.Value) protoreflect.Value { func