Searched defs:__other (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_iterator.h173 _Self& operator=(const _Self& __other) { argument
174 container = __other.container;
202 _Self& operator=(const _Self& __other) { argument
203 container = __other.container;
233 _Self& operator=(_Self const& __other) { argument
234 container = __other.container;
235 _M_iter = __other._M_iter;
H A D_unordered_map.h117 _Self& operator = (const _Self& __other) argument
118 { _M_ht = __other._M_ht; return *this; }
285 _Self& operator = (const _Self& __other) argument
286 { _M_ht = __other._M_ht; return *this; }
H A D_unordered_set.h111 _Self& operator = (const _Self& __other) argument
112 { _M_ht = __other._M_ht; return *this; }
261 _Self& operator = (const _Self& __other) argument
262 { _M_ht = __other._M_ht; return *this; }
H A D_alloc.h359 void _M_swap_workaround(allocator<_Tp>& __other) {} argument
H A D_deque.h114 _Deque_iterator_base(_Deque_iterator_base const& __other) argument
115 : _M_cur(__other._M_cur), _M_first(__other._M_first),
116 _M_last(__other._M_last), _M_node(__other._M_node) {}

Completed in 312 milliseconds