Home
last modified time | relevance | path

Searched defs:BOOST_CHECK_NE (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/type_index/test/
Dtesting_crossmodule_anonymous.cpp15 #define BOOST_CHECK_NE(x, y) BOOST_CHECK(x != y) macro
/third_party/boost/libs/regex/test/
Dtest_macros.hpp199 #define BOOST_CHECK_NE(x, y) BOOST_NE_IMP(x, y, error_on_fail) macro
/third_party/boost/libs/multiprecision/test/
Dtest.hpp324 #define BOOST_CHECK_NE(x, y) BOOST_NE_IMP(x, y, error_on_fail) macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp163 #define BOOST_CHECK_NE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ macro
/third_party/boost/boost/test/tools/
Dinterface.hpp291 #define BOOST_CHECK_NE( L, R ) BOOST_TEST_CHECK( L != R ) macro