Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp464 static result_type low_level_convert ( argument_type s ) { return s ; } in low_level_convert() function
495 return RawConverterBase::low_level_convert(s1); in convert()
524 return RawConverterBase::low_level_convert(s); in convert()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert() function