Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
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 …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
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 ()()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp2186 void operator() ( boost::numeric::range_check_result r ) in operator ()()