Searched refs:_cast (Results 1 – 2 of 2) sorted by relevance
294 def _cast(value, schema_type): function670 cast_value = [_cast(x, to_type) for x in value]672 cast_value = _cast(value, to_type)
187 everywhere in the library. In C++ code, it is done using the saturate\_cast\<\> functions that209 Ptr\<\> implementation), or just very inconvenient (saturate\_cast\<\>()) the current implementation