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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist.h 89 typedef _Slist_iterator<_Tp, _Traits> _Self;
106 _Self& operator++() {
110 _Self operator++(int) {
111 _Self __tmp = *this;
152 typedef _Slist_base<_Tp, _Alloc> _Self;
165 _Slist_base(__move_source<_Self> src) :
227 typedef slist<_Tp,_Alloc> _Self;
329 slist(const _Self& __x)
334 slist(__move_source<_Self> src)
338 _Self& operator= (const _Self& __x)
    [all...]
_map.h 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self;
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> src
    [all...]
_set.h 51 typedef set<_Key, _Compare, _Alloc> _Self;
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self;
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self& operator=(const _Self& __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist.h 89 typedef _Slist_iterator<_Tp, _Traits> _Self;
106 _Self& operator++() {
110 _Self operator++(int) {
111 _Self __tmp = *this;
152 typedef _Slist_base<_Tp, _Alloc> _Self;
165 _Slist_base(__move_source<_Self> src) :
227 typedef slist<_Tp,_Alloc> _Self;
329 slist(const _Self& __x)
334 slist(__move_source<_Self> src)
338 _Self& operator= (const _Self& __x)
    [all...]
_map.h 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self;
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> src
    [all...]
_set.h 51 typedef set<_Key, _Compare, _Alloc> _Self;
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self;
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self& operator=(const _Self& __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_slist.h 89 typedef _Slist_iterator<_Tp, _Traits> _Self;
106 _Self& operator++() {
110 _Self operator++(int) {
111 _Self __tmp = *this;
152 typedef _Slist_base<_Tp, _Alloc> _Self;
165 _Slist_base(__move_source<_Self> src) :
227 typedef slist<_Tp,_Alloc> _Self;
329 slist(const _Self& __x)
334 slist(__move_source<_Self> src)
338 _Self& operator= (const _Self& __x)
    [all...]
_map.h 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self;
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> src
    [all...]
_set.h 51 typedef set<_Key, _Compare, _Alloc> _Self;
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self;
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self& operator=(const _Self& __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_slist.h 89 typedef _Slist_iterator<_Tp, _Traits> _Self;
106 _Self& operator++() {
110 _Self operator++(int) {
111 _Self __tmp = *this;
152 typedef _Slist_base<_Tp, _Alloc> _Self;
165 _Slist_base(__move_source<_Self> src) :
227 typedef slist<_Tp,_Alloc> _Self;
329 slist(const _Self& __x)
334 slist(__move_source<_Self> src)
338 _Self& operator= (const _Self& __x)
    [all...]
_map.h 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self;
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> src
    [all...]
_set.h 51 typedef set<_Key, _Compare, _Alloc> _Self;
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self;
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self& operator=(const _Self& __x)
    [all...]
  /external/stlport/stlport/stl/
_map.h 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self;
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> src
    [all...]
_set.h 51 typedef set<_Key, _Compare, _Alloc> _Self;
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self;
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self& operator=(const _Self& __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
146 map(const _Self& __x) : _M_t(__x._M_t) {}
149 map(__move_source<_Self> src)
153 _Self& operator=(const _Self& __x) {
182 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
184 void _M_swap_workaround(_Self& __x) { swap(__x); }
242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self;
331 multimap(const _Self& __x) : _M_t(__x._M_t) {}
334 multimap(__move_source<_Self> src
    [all...]
_set.h 51 typedef set<_Key, _Compare, _Alloc> _Self;
134 set(const _Self& __x) : _M_t(__x._M_t) {}
137 set(__move_source<_Self> src)
141 _Self& operator=(const _Self& __x) {
162 void swap(_Self& __x) { _M_t.swap(__x._M_t); }
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
221 typedef multiset<_Key, _Compare, _Alloc> _Self;
306 multiset(const _Self& __x) : _M_t(__x._M_t) {}
307 _Self& operator=(const _Self& __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
134 _Self&
141 _Self
144 _Self __tmp(*this);
150 operator==(const _Self& __x) const
154 operator!=(const _Self& __x) const
157 _Self
177 typedef _Fwd_list_const_iterator<_Tp, _Alloc> _Self;
205 _Self&
212 _Self
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 119 typedef _Fwd_list_iterator<_Tp> _Self;
144 _Self&
151 _Self
154 _Self __tmp(*this);
160 operator==(const _Self& __x) const
164 operator!=(const _Self& __x) const
167 _Self
187 typedef _Fwd_list_const_iterator<_Tp> _Self;
216 _Self&
223 _Self
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 119 typedef _Fwd_list_iterator<_Tp> _Self;
144 _Self&
151 _Self
154 _Self __tmp(*this);
160 operator==(const _Self& __x) const
164 operator!=(const _Self& __x) const
167 _Self
187 typedef _Fwd_list_const_iterator<_Tp> _Self;
216 _Self&
223 _Self
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
134 _Self&
141 _Self
144 _Self __tmp(*this);
150 operator==(const _Self& __x) const
154 operator!=(const _Self& __x) const
157 _Self
177 typedef _Fwd_list_const_iterator<_Tp, _Alloc> _Self;
205 _Self&
212 _Self
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
134 _Self&
141 _Self
144 _Self __tmp(*this);
150 operator==(const _Self& __x) const
154 operator!=(const _Self& __x) const
157 _Self
177 typedef _Fwd_list_const_iterator<_Tp, _Alloc> _Self;
205 _Self&
212 _Self
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
134 _Self&
141 _Self
144 _Self __tmp(*this);
150 operator==(const _Self& __x) const
154 operator!=(const _Self& __x) const
157 _Self
177 typedef _Fwd_list_const_iterator<_Tp, _Alloc> _Self;
205 _Self&
212 _Self
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 110 typedef _Fwd_list_iterator<_Tp, _Alloc> _Self;
134 _Self&
141 _Self
144 _Self __tmp(*this);
150 operator==(const _Self& __x) const
154 operator!=(const _Self& __x) const
157 _Self
177 typedef _Fwd_list_const_iterator<_Tp, _Alloc> _Self;
205 _Self&
212 _Self
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 119 typedef _Fwd_list_iterator<_Tp> _Self;
144 _Self&
151 _Self
154 _Self __tmp(*this);
160 operator==(const _Self& __x) const
164 operator!=(const _Self& __x) const
167 _Self
187 typedef _Fwd_list_const_iterator<_Tp> _Self;
216 _Self&
223 _Self
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 112 typedef _Fwd_list_iterator<_Tp> _Self;
137 _Self&
144 _Self
147 _Self __tmp(*this);
153 operator==(const _Self& __x) const
157 operator!=(const _Self& __x) const
160 _Self
180 typedef _Fwd_list_const_iterator<_Tp> _Self;
209 _Self&
216 _Self
    [all...]

Completed in 1147 milliseconds

1 2 3 4 5 6 78 91011>>