Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_mfc.hpp23 void test_mfc(const charT&, const Tag&) in test_mfc() function
28 void test_mfc(const char&, const test_regex_search_tag&);
29 void test_mfc(const wchar_t&, const test_regex_search_tag&);
30 void test_mfc(const char&, const test_invalid_regex_tag&);
31 void test_mfc(const wchar_t&, const test_invalid_regex_tag&);
32 void test_mfc(const char&, const test_regex_replace_tag&);
33 void test_mfc(const wchar_t&, const test_regex_replace_tag&);
Dtest_mfc.cpp32 void test_mfc(const char&, const test_regex_search_tag&) in test_mfc() function
210 void test_mfc(const wchar_t&, const test_regex_search_tag&) in test_mfc() function
388 void test_mfc(const char&, const test_invalid_regex_tag&) in test_mfc() function
425 void test_mfc(const wchar_t&, const test_invalid_regex_tag&) in test_mfc() function
461 void test_mfc(const char&, const test_regex_replace_tag&) in test_mfc() function
500 void test_mfc(const wchar_t&, const test_regex_replace_tag&) in test_mfc() function
543 void test_mfc(const char&, const test_regex_search_tag&){} in test_mfc() function
544 void test_mfc(const wchar_t&, const test_regex_search_tag&){} in test_mfc() function
545 void test_mfc(const char&, const test_invalid_regex_tag&){} in test_mfc() function
546 void test_mfc(const wchar_t&, const test_invalid_regex_tag&){} in test_mfc() function
[all …]
Dtest.hpp141 test_mfc(c, tag); in do_test()
/third_party/boost/libs/regex/doc/
Dexamples.qbk35 * [@../../test/regress/test_mfc.cpp test_mfc.cpp]
/third_party/boost/libs/regex/test/
DJamfile.v250 test_mfc.cpp
/third_party/boost/libs/range/test/
Dmfc.cpp526 void test_mfc() in test_mfc() function
739 test->add(BOOST_TEST_CASE(&test_mfc)); in init_unit_test_suite()