Lines Matching refs:operator
153 operator*() const in _GLIBCXX_BEGIN_NAMESPACE()
165 operator->() const in _GLIBCXX_BEGIN_NAMESPACE()
166 { return &(operator*()); } in _GLIBCXX_BEGIN_NAMESPACE()
174 operator++() in _GLIBCXX_BEGIN_NAMESPACE()
186 operator++(int) in _GLIBCXX_BEGIN_NAMESPACE()
199 operator--() in _GLIBCXX_BEGIN_NAMESPACE()
211 operator--(int) in _GLIBCXX_BEGIN_NAMESPACE()
224 operator+(difference_type __n) const in _GLIBCXX_BEGIN_NAMESPACE()
233 operator+=(difference_type __n) in _GLIBCXX_BEGIN_NAMESPACE()
245 operator-(difference_type __n) const in _GLIBCXX_BEGIN_NAMESPACE()
254 operator-=(difference_type __n) in _GLIBCXX_BEGIN_NAMESPACE()
266 operator[](difference_type __n) const in _GLIBCXX_BEGIN_NAMESPACE()
282 operator==(const reverse_iterator<_Iterator>& __x,
288 operator<(const reverse_iterator<_Iterator>& __x,
294 operator!=(const reverse_iterator<_Iterator>& __x,
300 operator>(const reverse_iterator<_Iterator>& __x,
306 operator<=(const reverse_iterator<_Iterator>& __x,
312 operator>=(const reverse_iterator<_Iterator>& __x,
318 operator-(const reverse_iterator<_Iterator>& __x,
324 operator+(typename reverse_iterator<_Iterator>::difference_type __n,
332 operator==(const reverse_iterator<_IteratorL>& __x,
338 operator<(const reverse_iterator<_IteratorL>& __x,
344 operator!=(const reverse_iterator<_IteratorL>& __x,
350 operator>(const reverse_iterator<_IteratorL>& __x,
356 operator<=(const reverse_iterator<_IteratorL>& __x,
362 operator>=(const reverse_iterator<_IteratorL>& __x,
368 operator-(const reverse_iterator<_IteratorL>& __x,
411 operator=(typename _Container::const_reference __value)
419 operator*()
424 operator++()
429 operator++(int)
485 operator=(typename _Container::const_reference __value)
493 operator*()
498 operator++()
503 operator++(int)
580 operator=(const typename _Container::const_reference __value)
589 operator*()
594 operator++()
599 operator++(int)
665 operator*() const
669 operator->() const
673 operator++()
680 operator++(int)
685 operator--()
692 operator--(int)
697 operator[](const difference_type& __n) const
701 operator+=(const difference_type& __n)
705 operator+(const difference_type& __n) const
709 operator-=(const difference_type& __n)
713 operator-(const difference_type& __n) const
732 operator==(const __normal_iterator<_IteratorL, _Container>& __lhs,
738 operator==(const __normal_iterator<_Iterator, _Container>& __lhs,
744 operator!=(const __normal_iterator<_IteratorL, _Container>& __lhs,
750 operator!=(const __normal_iterator<_Iterator, _Container>& __lhs,
757 operator<(const __normal_iterator<_IteratorL, _Container>& __lhs,
763 operator<(const __normal_iterator<_Iterator, _Container>& __lhs,
769 operator>(const __normal_iterator<_IteratorL, _Container>& __lhs,
775 operator>(const __normal_iterator<_Iterator, _Container>& __lhs,
781 operator<=(const __normal_iterator<_IteratorL, _Container>& __lhs,
787 operator<=(const __normal_iterator<_Iterator, _Container>& __lhs,
793 operator>=(const __normal_iterator<_IteratorL, _Container>& __lhs,
799 operator>=(const __normal_iterator<_Iterator, _Container>& __lhs,
809 operator-(const __normal_iterator<_IteratorL, _Container>& __lhs,
815 operator-(const __normal_iterator<_Iterator, _Container>& __lhs,
821 operator+(typename __normal_iterator<_Iterator, _Container>::difference_type