Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_overloads.cpp14 #define BOOST_REGEX_TEST(x)\ macro
31 BOOST_REGEX_TEST(boost::regex_match(cs.begin(), cs.end(), sm, e)) in test_overloads()
32BOOST_REGEX_TEST(boost::regex_match(cs.begin(), cs.end(), sm, e, boost::regex_constants::match_def… in test_overloads()
33 BOOST_REGEX_TEST(boost::regex_match(cs.begin(), cs.end(), e)) in test_overloads()
34BOOST_REGEX_TEST(boost::regex_match(cs.begin(), cs.end(), e, boost::regex_constants::match_default… in test_overloads()
35 BOOST_REGEX_TEST(boost::regex_match(s.c_str(), cm, e)) in test_overloads()
36 BOOST_REGEX_TEST(boost::regex_match(s.c_str(), cm, e, boost::regex_constants::match_default)) in test_overloads()
37 BOOST_REGEX_TEST(boost::regex_match(s.c_str(), e)) in test_overloads()
38 BOOST_REGEX_TEST(boost::regex_match(s.c_str(), e, boost::regex_constants::match_default)) in test_overloads()
39 BOOST_REGEX_TEST(boost::regex_match(s, sm, e)) in test_overloads()
[all …]