Lines Matching refs:regex_iterator
1902 friend class regex_iterator; in _GLIBCXX_VISIBILITY() local
2479 class regex_iterator in _GLIBCXX_VISIBILITY()
2493 regex_iterator() in _GLIBCXX_VISIBILITY()
2504 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re, in _GLIBCXX_VISIBILITY()
2510 *this = regex_iterator(); in _GLIBCXX_VISIBILITY()
2515 regex_iterator(_Bi_iter, _Bi_iter, const regex_type&&, in _GLIBCXX_VISIBILITY()
2521 regex_iterator(const regex_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY()
2526 regex_iterator& in _GLIBCXX_VISIBILITY()
2527 operator=(const regex_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY()
2533 operator==(const regex_iterator& __rhs) const; in _GLIBCXX_VISIBILITY()
2539 operator!=(const regex_iterator& __rhs) const in _GLIBCXX_VISIBILITY()
2559 regex_iterator& in _GLIBCXX_VISIBILITY()
2565 regex_iterator in _GLIBCXX_VISIBILITY()
2581 typedef regex_iterator<const char*> cregex_iterator; in _GLIBCXX_VISIBILITY()
2582 typedef regex_iterator<string::const_iterator> sregex_iterator; in _GLIBCXX_VISIBILITY()
2584 typedef regex_iterator<const wchar_t*> wcregex_iterator; in _GLIBCXX_VISIBILITY()
2585 typedef regex_iterator<wstring::const_iterator> wsregex_iterator; in _GLIBCXX_VISIBILITY()
2779 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _Position; in _GLIBCXX_VISIBILITY()