Searched refs:CHECK_MSG (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/test/tools/old/ |
D | interface.hpp | 89 #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/ |
D | fwd.hpp | 55 CHECK_MSG, enumerator
|
D | indirections.hpp | 104 assertion_type(check_type ct = CHECK_MSG) : m_check_type(ct) in assertion_type()
|
/third_party/boost/libs/geometry/test/formulas/ |
D | test_formula.hpp | 29 …::boost::test_tools::check_is_close_t(), M, CHECK, CHECK_MSG, (L)(R)(::boost::math::fpc::percent_t…
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 56 ::boost::test_tools::tt_detail::CHECK_MSG, \
|
/third_party/boost/boost/test/impl/ |
D | test_tools.ipp | 176 case CHECK_MSG:
|