Home
last modified time | relevance | path

Searched refs:CHECK_MSG (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/test/tools/old/
Dinterface.hpp89 #define BOOST_WARN_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, WARN, CHECK_MSG, _ )
90 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, CHECK, CHECK_MSG, _ )
91 #define BOOST_REQUIRE_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, REQUIRE, CHECK_MSG, _ )
106 TL, CHECK_MSG, _ ); \
111 TL, CHECK_MSG, _ ); \
138 TL, CHECK_MSG, _ ); \
141 TL, CHECK_MSG, _ ); \
/third_party/boost/boost/test/tools/detail/
Dfwd.hpp55 CHECK_MSG, enumerator
Dindirections.hpp104 assertion_type(check_type ct = CHECK_MSG) : m_check_type(ct) in assertion_type()
/third_party/boost/libs/geometry/test/formulas/
Dtest_formula.hpp29 …::boost::test_tools::check_is_close_t(), M, CHECK, CHECK_MSG, (L)(R)(::boost::math::fpc::percent_t…
/third_party/boost/boost/test/tools/
Dinterface.hpp56 ::boost::test_tools::tt_detail::CHECK_MSG, \
/third_party/boost/boost/test/impl/
Dtest_tools.ipp176 case CHECK_MSG: