Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
Dsuffix.hpp864 # define BOOST_NOEXCEPT_IF(Predicate) argument
868 # define BOOST_NOEXCEPT_IF(Predicate) noexcept((Predicate)) argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ; in out_of_range() typedef