Home
last modified time | relevance | path

Searched refs:range_check_result (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/numeric/conversion/detail/
H A Dconverter.hpp103 static range_check_result apply ( argument_type s ) in apply()
117 static range_check_result apply ( argument_type s ) in apply()
132 static range_check_result apply ( argument_type s ) in apply()
148 static range_check_result apply ( argument_type s ) in apply()
164 static range_check_result apply ( argument_type s ) in apply()
180 static range_check_result apply ( argument_type s ) in apply()
196 static range_check_result apply ( argument_type s ) in apply()
220 static range_check_result apply ( argument_type s ) in apply()
222 range_check_result r = PredA::apply(s) ; in apply()
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } in out_of_range()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/
H A Dconverter_policies.hpp128 enum range_check_result enum
160 void operator() ( range_check_result r ) // throw(negative_overflow,positive_overflow) in operator ()()
178 void operator() ( range_check_result ) {} // throw() in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_numeric.hpp80 inline bool operator() ( boost::numeric::range_check_result r ) const BOOST_NOEXCEPT { in operator ()()