Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go29 IsValidPB(protoreflect.Value) bool methodSpec
159 func (c *boolConverter) IsValidPB(v protoreflect.Value) bool { func
183 func (c *int32Converter) IsValidPB(v protoreflect.Value) bool { func
207 func (c *int64Converter) IsValidPB(v protoreflect.Value) bool { func
231 func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool { func
255 func (c *uint64Converter) IsValidPB(v protoreflect.Value) bool { func
279 func (c *float32Converter) IsValidPB(v protoreflect.Value) bool { func
303 func (c *float64Converter) IsValidPB(v protoreflect.Value) bool { func
333 func (c *stringConverter) IsValidPB(v protoreflect.Value) bool { func
360 func (c *bytesConverter) IsValidPB(v protoreflect.Value) bool { func
[all …]
H A Dconvert_list.go46 func (c *listConverter) IsValidPB(v protoreflect.Value) bool { func
82 func (c *listPtrConverter) IsValidPB(v protoreflect.Value) bool { func
H A Dconvert_map.go41 func (c *mapConverter) IsValidPB(v protoreflect.Value) bool { func