Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/example/snippets/
Dmfc_example.cpp82 boost::tregex_iterator i(boost::make_regex_iterator(html, r)), j; in enumerate_links()
/third_party/boost/libs/regex/doc/
Dmfc_strings.qbk39 typedef regex_iterator<TCHAR const*> tregex_iterator;
234 boost::tregex_iterator i(boost::make_regex_iterator(html, r)), j;
/third_party/boost/boost/regex/
Dmfc.hpp31 typedef regex_iterator<TCHAR const*> tregex_iterator; typedef