Searched refs:_Const_iterator (Results 1 – 4 of 4) sorted by relevance
572 typedef typename _Container::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()575 __function_requires< _InputIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()585 _Const_iterator __i; in _GLIBCXX_VISIBILITY()615 typedef typename _ForwardContainer::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()616 __function_requires< _ForwardIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()634 typedef typename _ReversibleContainer::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()640 __function_requires< _BidirectionalIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()675 typedef typename _RandomAccessContainer::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()682 __function_requires< _RandomAccessIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()
570 typedef typename _Container::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()573 __function_requires< _InputIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()583 _Const_iterator __i; in _GLIBCXX_VISIBILITY()613 typedef typename _ForwardContainer::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()614 __function_requires< _ForwardIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()632 typedef typename _ReversibleContainer::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()638 __function_requires< _BidirectionalIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()673 typedef typename _RandomAccessContainer::const_iterator _Const_iterator; in _GLIBCXX_VISIBILITY()680 __function_requires< _RandomAccessIteratorConcept<_Const_iterator> >(); in _GLIBCXX_VISIBILITY()
138 typedef typename _Sequence::const_iterator _Const_iterator; in _M_invalidate_all() typedef139 typedef typename _Const_iterator::iterator_type _Base_const_iterator; in _M_invalidate_all()
92 typedef typename _Sequence::const_iterator _Const_iterator; typedef97 { return std::__are_same<_Const_iterator, _Safe_iterator>::__value; } in _M_constant()462 __gnu_cxx::__conditional_type<std::__are_same<_Const_iterator,