Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_mfc.cpp40 boost::regex r = boost::make_regex(s2, test_info<char>::syntax_options()); in test_mfc()
218 boost::wregex r = boost::make_regex(s2, test_info<wchar_t>::syntax_options()); in test_mfc()
394 boost::regex e = boost::make_regex(s, test_info<char>::syntax_options()); in test_mfc()
431 boost::wregex e = boost::make_regex(s, test_info<wchar_t>::syntax_options()); in test_mfc()
466 boost::regex r = boost::make_regex(expression, syntax_options); in test_mfc()
505 boost::wregex r = boost::make_regex(expression, syntax_options); in test_mfc()
/third_party/boost/libs/regex/example/snippets/
Dmfc_example.cpp38 return boost::regex_match(password, boost::make_regex(requirements)); in is_valid_password()
/third_party/boost/libs/regex/doc/
Dmfc_strings.qbk53 make_regex(const ATL::CSimpleStringT<charT>& s,
123 return boost::regex_match(password, boost::make_regex(requirements));
/third_party/boost/boost/regex/
Dmfc.hpp43 make_regex(const ATL::CSimpleStringT<B, b>& s, ::boost::regex_constants::syntax_option_type f = boo… in make_regex() function