Searched refs:wsm (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/regex/example/timer/ |
D | regex_timer.cpp | 141 boost::match_results<std::wstring::const_iterator> wsm; in main() local 252 regex_search(ws2, wsm, wex); in main() 258 result = regex_search(ws2, wsm, wex); in main() 266 for(i = 0; i < wsm.size(); ++i) in main() 269 std::copy(wsm[i].first, wsm[i].second, string_out_iterator<std::wstring>(tw)); in main() 275 std::copy(wsm[-1].first, wsm[-1].second, string_out_iterator<std::wstring>(tw)); in main() 280 std::copy(wsm[-2].first, wsm[-2].second, string_out_iterator<std::wstring>(tw)); in main()
|