Home
last modified time | relevance | path

Searched refs:__other (Results 1 – 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
D_iterator.h173 _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;
D_unordered_set.h111 _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()
D_unordered_map.h117 _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()
D_deque.h114 _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()
D_alloc.h359 void _M_swap_workaround(allocator<_Tp>& __other) {} in _M_swap_workaround() argument
/external/stlport/stlport/stl/pointers/
D_tools.h375 difference_type operator -(_Self const& __other) const
376 { return _M_ite - __other._M_ite; }
378 bool operator == (_Self const& __other) const
379 { return _M_ite == __other._M_ite; }
381 bool operator != (_Self const& __other) const
382 { return _M_ite != __other._M_ite; }