Lines Matching defs:IsValidGo
32 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
401 func (c *enumConverter) IsValidGo(v reflect.Value) bool { func
476 func (c *messageConverter) IsValidGo(v reflect.Value) bool { func