Searched refs:BOOST_ASSERT_MSG (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dassert.hpp3 // BOOST_ASSERT_MSG(expr, msg)
55 // BOOST_ASSERT_MSG //
58 # undef BOOST_ASSERT_MSG macro
62 #define BOOST_ASSERT_MSG(expr, msg) ((void)0) macro
74 #define BOOST_ASSERT_MSG(expr, msg) ((expr) \
111 #define BOOST_ASSERT_MSG(expr, msg) ((expr) \
H A Darray.hpp123 BOOST_ASSERT_MSG( i < N, "out of range" );
129 BOOST_ASSERT_MSG( i < N, "out of range" );

Completed in 99 milliseconds