Home
last modified time | relevance | path

Searched refs:_cast (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py294 def _cast(value, schema_type): function
670 cast_value = [_cast(x, to_type) for x in value]
672 cast_value = _cast(value, to_type)
/external/opencv3/modules/core/doc/
Dintro.markdown187 everywhere in the library. In C++ code, it is done using the saturate\_cast\<\> functions that
209 Ptr\<\> implementation), or just very inconvenient (saturate\_cast\<\>()) the current implementation