Home
last modified time | relevance | path

Searched refs:ToInt (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Drational.hpp116 template <class FromInt, class ToInt>
120 && (std::numeric_limits<FromInt>::digits <= std::numeric_limits<ToInt>::digits)
121 && (std::numeric_limits<FromInt>::radix == std::numeric_limits<ToInt>::radix)
122 …&& ((std::numeric_limits<FromInt>::is_signed == false) || (std::numeric_limits<ToInt>::is_signed =…
123 && is_convertible<FromInt, ToInt>::value)
124 || is_same<FromInt, ToInt>::value)
125 … || (is_class<ToInt>::value && is_class<FromInt>::value && is_convertible<FromInt, ToInt>::value));
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp425 bool XMLUtil::ToInt( const char* str, int* value ) in ToInt() function in XMLUtil
442 if ( ToInt( str, &ival )) { in ToBool()
1061 if ( XMLUtil::ToInt( Value(), value )) in QueryIntValue()
1208 if ( XMLUtil::ToInt( t, _value ) ) { in QueryIntText()
H A Dtinyxml2.h461 static bool ToInt( const char* str, int* value );