Searched defs:BOOST_REQUIRE_GE (Results 1 – 4 of 4) sorted by relevance
217 #define BOOST_REQUIRE_GE(x, y) BOOST_GE_IMP(x, y, abort_on_fail) macro
342 #define BOOST_REQUIRE_GE(x, y) BOOST_GE_IMP(x, y, abort_on_fail) macro
201 #define BOOST_REQUIRE_GE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ macro
308 #define BOOST_REQUIRE_GE( L, R ) BOOST_TEST_REQUIRE( L >= R ) macro