Searched refs:__other (Results 1 – 6 of 6) sorted by relevance
173 _Self& operator=(const _Self& __other) {174 container = __other.container;202 _Self& operator=(const _Self& __other) {203 container = __other.container;233 _Self& operator=(_Self const& __other) {234 container = __other.container;235 _M_iter = __other._M_iter;
111 _Self& operator = (const _Self& __other) in _STLP_CREATE_HASH_ITERATOR_TRAITS()112 { _M_ht = __other._M_ht; return *this; } in _STLP_CREATE_HASH_ITERATOR_TRAITS()261 _Self& operator = (const _Self& __other) in _STLP_CREATE_HASH_ITERATOR_TRAITS()262 { _M_ht = __other._M_ht; return *this; } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
117 _Self& operator = (const _Self& __other) in _STLP_CREATE_HASH_ITERATOR_TRAITS()118 { _M_ht = __other._M_ht; return *this; } in _STLP_CREATE_HASH_ITERATOR_TRAITS()285 _Self& operator = (const _Self& __other) in _STLP_CREATE_HASH_ITERATOR_TRAITS()286 { _M_ht = __other._M_ht; return *this; } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
114 _Deque_iterator_base(_Deque_iterator_base const& __other) in _Deque_iterator_base()115 : _M_cur(__other._M_cur), _M_first(__other._M_first), in _Deque_iterator_base()116 _M_last(__other._M_last), _M_node(__other._M_node) {} in _Deque_iterator_base()
359 void _M_swap_workaround(allocator<_Tp>& __other) {} in _M_swap_workaround() argument
375 difference_type operator -(_Self const& __other) const376 { return _M_ite - __other._M_ite; }378 bool operator == (_Self const& __other) const379 { return _M_ite == __other._M_ite; }381 bool operator != (_Self const& __other) const382 { return _M_ite != __other._M_ite; }