Searched refs:__map_iterator (Results 1 – 4 of 4) sorted by relevance
54 class __map_iterator {}; class68 typedef __map_iterator<T> iterator;
849 class _LIBCPP_TEMPLATE_VIS __map_iterator864 __map_iterator() _NOEXCEPT {}875 __map_iterator& operator++() {++__i_; return *this;}877 __map_iterator operator++(int)879 __map_iterator __t(*this);885 __map_iterator& operator--() {--__i_; return *this;}887 __map_iterator operator--(int)889 __map_iterator __t(*this);895 bool operator==(const __map_iterator& __x, const __map_iterator& __y)899 bool operator!=(const __map_iterator& __x, const __map_iterator& __y)[all …]
329 typedef _MapPointer __map_iterator;334 __map_iterator __m_iter_;475 _LIBCPP_INLINE_VISIBILITY explicit __deque_iterator(__map_iterator __m, pointer __p) _NOEXCEPT
56 template <class _TreeIterator> class _LIBCPP_TEMPLATE_VIS __map_iterator;884 template <class> friend class _LIBCPP_TEMPLATE_VIS __map_iterator;