Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/
Dtest_macros.hpp217 #define BOOST_REQUIRE_GE(x, y) BOOST_GE_IMP(x, y, abort_on_fail) macro
/third_party/boost/libs/multiprecision/test/
Dtest.hpp342 #define BOOST_REQUIRE_GE(x, y) BOOST_GE_IMP(x, y, abort_on_fail) macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp201 #define BOOST_REQUIRE_GE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ macro
/third_party/boost/boost/test/tools/
Dinterface.hpp308 #define BOOST_REQUIRE_GE( L, R ) BOOST_TEST_REQUIRE( L >= R ) macro