Home
last modified time | relevance | path

Searched defs:BOOST_REQUIRE_PREDICATE (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/test/tools/old/
Dinterface.hpp237 #define BOOST_REQUIRE_PREDICATE( P, ARGS ) BOOST_TEST_TOOL_IMPL( 0, \ macro
/third_party/boost/boost/test/tools/
Dinterface.hpp354 #define BOOST_REQUIRE_PREDICATE( P, ARGS ) BOOST_TEST_REQUIRE( P BOOST_PP_SEQ_TO_TUPLE(ARGS) ) macro