HomeSort by relevance Sort by last modified time
    Searched refs:_Self (Results 276 - 300 of 393) sorted by null

<<111213141516

  /external/stlport/stlport/stl/pointers/
_deque.h 105 typedef deque<_Tp, _Alloc> _Self;
162 deque(const _Self& __x) : _M_impl(__x._M_impl) {}
216 deque(__move_source<_Self> src)
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
_set.h 73 typedef set<_Key, _Compare, _Alloc> _Self;
193 set(const _Self& __x) : _M_t(__x._M_t) {}
196 set(__move_source<_Self> src)
200 _Self& operator=(const _Self& __x) {
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
320 typedef multiset<_Key, _Compare, _Alloc> _Self;
445 multiset(const _Self& __x)
448 _Self& operator=(const _Self& __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
_slist.h 84 typedef slist<_Tp,_Alloc> _Self;
123 slist(__move_source<_Self> src)
165 slist(const _Self& __x) :
169 _Self& operator= (const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
402 void splice_after(iterator __pos, _Self& __x) {
417 void splice_after(iterator __pos, _Self& __x, iterator __prev) {
434 void splice_after(iterator __pos, _Self& __x
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 105 typedef deque<_Tp, _Alloc> _Self;
162 deque(const _Self& __x) : _M_impl(__x._M_impl) {}
216 deque(__move_source<_Self> src)
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
_set.h 73 typedef set<_Key, _Compare, _Alloc> _Self;
193 set(const _Self& __x) : _M_t(__x._M_t) {}
196 set(__move_source<_Self> src)
200 _Self& operator=(const _Self& __x) {
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
320 typedef multiset<_Key, _Compare, _Alloc> _Self;
445 multiset(const _Self& __x)
448 _Self& operator=(const _Self& __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
_slist.h 84 typedef slist<_Tp,_Alloc> _Self;
123 slist(__move_source<_Self> src)
165 slist(const _Self& __x) :
169 _Self& operator= (const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
402 void splice_after(iterator __pos, _Self& __x) {
417 void splice_after(iterator __pos, _Self& __x, iterator __prev) {
434 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 105 typedef deque<_Tp, _Alloc> _Self;
162 deque(const _Self& __x) : _M_impl(__x._M_impl) {}
216 deque(__move_source<_Self> src)
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
_set.h 73 typedef set<_Key, _Compare, _Alloc> _Self;
193 set(const _Self& __x) : _M_t(__x._M_t) {}
196 set(__move_source<_Self> src)
200 _Self& operator=(const _Self& __x) {
222 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
320 typedef multiset<_Key, _Compare, _Alloc> _Self;
445 multiset(const _Self& __x)
448 _Self& operator=(const _Self& __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
_slist.h 84 typedef slist<_Tp,_Alloc> _Self;
123 slist(__move_source<_Self> src)
165 slist(const _Self& __x) :
169 _Self& operator= (const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
402 void splice_after(iterator __pos, _Self& __x) {
417 void splice_after(iterator __pos, _Self& __x, iterator __prev) {
434 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 105 typedef deque<_Tp, _Alloc> _Self;
162 deque(const _Self& __x) : _M_impl(__x._M_impl) {}
216 deque(__move_source<_Self> src)
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
_slist.h 84 typedef slist<_Tp,_Alloc> _Self;
123 slist(__move_source<_Self> src)
165 slist(const _Self& __x) :
169 _Self& operator= (const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
402 void splice_after(iterator __pos, _Self& __x) {
417 void splice_after(iterator __pos, _Self& __x, iterator __prev) {
434 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 105 typedef deque<_Tp, _Alloc> _Self;
162 deque(const _Self& __x) : _M_impl(__x._M_impl) {}
216 deque(__move_source<_Self> src)
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 60 typedef deque<_Tp,_Alloc> _Self;
131 deque(const _Self& __x) :
148 deque(__move_source<_Self> src)
191 _Self& operator=(const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
_vector.h 109 typedef vector<_Tp, _Alloc> _Self;
190 vector(const _Self& __x)
194 vector(__move_source<_Self> src)
234 _Self& operator=(const _Self& __x) {
265 void swap(_Self& __x) {
270 void _M_swap_workaround(_Self& __x) { swap(__x); }
_slist.h 84 typedef slist<_Tp,_Alloc> _Self;
123 slist(__move_source<_Self> src)
165 slist(const _Self& __x) :
169 _Self& operator= (const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
402 void splice_after(iterator __pos, _Self& __x) {
417 void splice_after(iterator __pos, _Self& __x, iterator __prev) {
434 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 105 typedef deque<_Tp, _Alloc> _Self;
162 deque(const _Self& __x) : _M_impl(__x._M_impl) {}
216 deque(__move_source<_Self> src)
220 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
222 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
224 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /external/stlport/stlport/stl/debug/
_slist.h 84 typedef slist<_Tp,_Alloc> _Self;
123 slist(__move_source<_Self> src)
165 slist(const _Self& __x) :
169 _Self& operator= (const _Self& __x) {
203 void swap(_Self& __x) {
208 void _M_swap_workaround(_Self& __x) { swap(__x); }
402 void splice_after(iterator __pos, _Self& __x) {
417 void splice_after(iterator __pos, _Self& __x, iterator __prev) {
434 void splice_after(iterator __pos, _Self& __x
    [all...]

Completed in 361 milliseconds

<<111213141516