Searched refs:make_regex (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/regex/test/regress/ |
D | test_mfc.cpp | 40 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/ |
D | mfc_example.cpp | 38 return boost::regex_match(password, boost::make_regex(requirements)); in is_valid_password()
|
/third_party/boost/libs/regex/doc/ |
D | mfc_strings.qbk | 53 make_regex(const ATL::CSimpleStringT<charT>& s, 123 return boost::regex_match(password, boost::make_regex(requirements));
|
/third_party/boost/boost/regex/ |
D | mfc.hpp | 43 make_regex(const ATL::CSimpleStringT<B, b>& s, ::boost::regex_constants::syntax_option_type f = boo… in make_regex() function
|