Lines Matching refs:regex_iterator
2242 class regex_iterator in _GLIBCXX_VISIBILITY()
2259 regex_iterator(); in _GLIBCXX_VISIBILITY()
2270 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re, in _GLIBCXX_VISIBILITY()
2279 regex_iterator(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2285 regex_iterator& in _GLIBCXX_VISIBILITY()
2286 operator=(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2293 operator==(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2300 operator!=(const regex_iterator& __rhs); in _GLIBCXX_VISIBILITY()
2320 regex_iterator& in _GLIBCXX_VISIBILITY()
2327 regex_iterator in _GLIBCXX_VISIBILITY()
2339 typedef regex_iterator<const char*> cregex_iterator; in _GLIBCXX_VISIBILITY()
2340 typedef regex_iterator<string::const_iterator> sregex_iterator; in _GLIBCXX_VISIBILITY()
2342 typedef regex_iterator<const wchar_t*> wcregex_iterator; in _GLIBCXX_VISIBILITY()
2343 typedef regex_iterator<wstring::const_iterator> wsregex_iterator; in _GLIBCXX_VISIBILITY()
2498 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> position_iterator; in _GLIBCXX_VISIBILITY()