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

<<11121314151617

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf)
74 _CharT* _M_append_fast_pos(_Self const& __s, _CharT *__buf,
101 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) {
124 _Self& _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 51 _Base& _M_append_fast(_Self const& __s, _Base &__str)
73 _Base& _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n)
99 _Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
106 _Self& _M_append_sum_pos (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
_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); }
  /external/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...]
  /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); }
  /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); }
  /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); }
  /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/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); }

Completed in 1035 milliseconds

<<11121314151617