Home
last modified time | relevance | path

Searched defs:BOOST_CHECK_GE (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/regex/test/
Dtest_macros.hpp215 #define BOOST_CHECK_GE(x, y) BOOST_GE_IMP(x, y, error_on_fail) macro
/third_party/boost/libs/multiprecision/test/
Dtest.hpp340 #define BOOST_CHECK_GE(x, y) BOOST_GE_IMP(x, y, error_on_fail) macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp199 #define BOOST_CHECK_GE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ macro
/third_party/boost/boost/test/tools/
Dinterface.hpp307 #define BOOST_CHECK_GE( L, R ) BOOST_TEST_CHECK( L >= R ) macro