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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 67 typedef list<_Tp, _Alloc> _Self;
108 list(__move_source<_Self> src)
148 list(const _Self& __x) :
152 _Self& operator=(const _Self& __x) {
197 void swap(_Self& __x) {
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
358 void splice(iterator __pos, _Self& __x) {
371 void splice(iterator __pos, _Self& __x, iterator __i) {
385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 67 typedef list<_Tp, _Alloc> _Self;
108 list(__move_source<_Self> src)
148 list(const _Self& __x) :
152 _Self& operator=(const _Self& __x) {
197 void swap(_Self& __x) {
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
358 void splice(iterator __pos, _Self& __x) {
371 void splice(iterator __pos, _Self& __x, iterator __i) {
385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 67 typedef list<_Tp, _Alloc> _Self;
108 list(__move_source<_Self> src)
148 list(const _Self& __x) :
152 _Self& operator=(const _Self& __x) {
197 void swap(_Self& __x) {
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
358 void splice(iterator __pos, _Self& __x) {
371 void splice(iterator __pos, _Self& __x, iterator __i) {
385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
95 _STLP_MUTABLE(_Self, _M_have_c) = true;
_unordered_set.h 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 unordered_set(__move_source<_Self> src)
111 _Self& operator = (const _Self& __other)
117 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
119 void _M_swap_workaround(_Self& __x) { swap(__x); }
192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
233 unordered_multiset(__move_source<_Self> src)
261 _Self& operator = (const _Self& __other
    [all...]
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 67 typedef list<_Tp, _Alloc> _Self;
108 list(__move_source<_Self> src)
148 list(const _Self& __x) :
152 _Self& operator=(const _Self& __x) {
197 void swap(_Self& __x) {
202 void _M_swap_workaround(_Self& __x) { swap(__x); }
358 void splice(iterator __pos, _Self& __x) {
371 void splice(iterator __pos, _Self& __x, iterator __i) {
385 void splice(iterator __pos, _Self& __x, iterator __first, iterator __last)
    [all...]
  /external/stlport/stlport/stl/
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
_fstream.h 159 typedef basic_filebuf<_CharT, _Traits> _Self;
168 _Self* open(const char* __s, ios_base::openmode __m) {
174 _Self* open(const char* __s, ios_base::openmode __m,
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
197 _Self* close();
681 typedef basic_fstream<_CharT, _Traits> _Self;
683 basic_fstream(_Self const&);
684 _Self& operator = (_Self const&)
    [all...]
_hashtable.h 112 typedef _Ht_iterator<_BaseIte,_Traits> _Self;
134 _Self& operator++() {
138 _Self operator++(int) {
139 _Self __tmp = *this;
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
332 hashtable(const _Self& __ht)
342 hashtable(__move_source<_Self> src)
351 _Self& operator= (const _Self& __ht) {
367 void swap(_Self& __ht)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 99 typedef _Deque_iterator_base< _Tp > _Self;
119 difference_type _M_subtract(const _Self& __x) const {
172 typedef _Deque_iterator<_Tp, _Traits> _Self;
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
196 _Self __tmp = *this;
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
203 _Self __tmp = *this;
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this;
    [all...]
_fstream.h 159 typedef basic_filebuf<_CharT, _Traits> _Self;
168 _Self* open(const char* __s, ios_base::openmode __m) {
174 _Self* open(const char* __s, ios_base::openmode __m,
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
193 _Self* _M_open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
197 _Self* close();
681 typedef basic_fstream<_CharT, _Traits> _Self;
683 basic_fstream(_Self const&);
684 _Self& operator = (_Self const&)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h 146 typedef _List_iterator<_Tp> _Self;
171 _Self&
178 _Self
181 _Self __tmp = *this;
186 _Self&
193 _Self
196 _Self __tmp = *this;
202 operator==(const _Self& __x) const
206 operator!=(const _Self& __x) const
221 typedef _List_const_iterator<_Tp> _Self;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 146 typedef _List_iterator<_Tp> _Self;
171 _Self&
178 _Self
181 _Self __tmp = *this;
186 _Self&
193 _Self
196 _Self __tmp = *this;
202 operator==(const _Self& __x) const
206 operator!=(const _Self& __x) const
221 typedef _List_const_iterator<_Tp> _Self;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 115 typedef _List_iterator<_Tp> _Self;
140 _Self&
147 _Self
150 _Self __tmp = *this;
155 _Self&
162 _Self
165 _Self __tmp = *this;
171 operator==(const _Self& __x) const
175 operator!=(const _Self& __x) const
190 typedef _List_const_iterator<_Tp> _Self;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 126 typedef _List_iterator<_Tp> _Self;
151 _Self&
158 _Self
161 _Self __tmp = *this;
166 _Self&
173 _Self
176 _Self __tmp = *this;
182 operator==(const _Self& __x) const
186 operator!=(const _Self& __x) const
201 typedef _List_const_iterator<_Tp> _Self;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 128 typedef _List_iterator<_Tp> _Self;
153 _Self&
160 _Self
163 _Self __tmp = *this;
168 _Self&
175 _Self
178 _Self __tmp = *this;
184 operator==(const _Self& __x) const
188 operator!=(const _Self& __x) const
203 typedef _List_const_iterator<_Tp> _Self;
    [all...]

Completed in 1089 milliseconds

1 2 3 4 5 6 7 8 91011>>