HomeSort by relevance Sort by last modified time
    Searched full:_self (Results 251 - 275 of 453) sorted by null

<<111213141516171819

  /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); }
  /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); }
  /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); }
  /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); }
  /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); }
  /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); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
deque.tcc 904 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
906 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
925 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
926 typedef typename _Self::difference_type difference_type;
948 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
949 typedef typename _Self::difference_type difference_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
deque.tcc 904 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
906 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
925 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
926 typedef typename _Self::difference_type difference_type;
948 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
949 typedef typename _Self::difference_type difference_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
deque.tcc 904 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
906 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
925 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
926 typedef typename _Self::difference_type difference_type;
948 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
949 typedef typename _Self::difference_type difference_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
deque.tcc 922 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
924 for (typename _Self::_Map_pointer __node = __first._M_node + 1;
926 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
943 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
944 typedef typename _Self::difference_type difference_type;
966 typedef typename _Deque_iterator<_Tp, _Tp&, _Tp*>::_Self _Self;
967 typedef typename _Self::difference_type difference_type
    [all...]
  /external/stlport/stlport/stl/
_tree.h 150 typedef _Rb_tree_iterator<_Value, _Traits> _Self;
176 _Self& operator++() {
180 _Self operator++(int) {
181 _Self __tmp = *this;
186 _Self& operator--() {
190 _Self operator--(int) {
191 _Self __tmp = *this;
239 typedef _Rb_tree_base<_Tp, _Alloc> _Self;
255 _Rb_tree_base(__move_source<_Self> src) :
294 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
    [all...]

Completed in 989 milliseconds

<<111213141516171819