Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert.go32 IsValidGo(reflect.Value) bool methodSpec
163 func (c *boolConverter) IsValidGo(v reflect.Value) bool { func
187 func (c *int32Converter) IsValidGo(v reflect.Value) bool { func
211 func (c *int64Converter) IsValidGo(v reflect.Value) bool { func
235 func (c *uint32Converter) IsValidGo(v reflect.Value) bool { func
259 func (c *uint64Converter) IsValidGo(v reflect.Value) bool { func
283 func (c *float32Converter) IsValidGo(v reflect.Value) bool { func
307 func (c *float64Converter) IsValidGo(v reflect.Value) bool { func
337 func (c *stringConverter) IsValidGo(v reflect.Value) bool { func
364 func (c *bytesConverter) IsValidGo(v reflect.Value) bool { func
[all …]
H A Dconvert_list.go54 func (c *listConverter) IsValidGo(v reflect.Value) bool { func
90 func (c *listPtrConverter) IsValidGo(v reflect.Value) bool { func
H A Dconvert_map.go49 func (c *mapConverter) IsValidGo(v reflect.Value) bool { func