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

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
_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/
_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/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
_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/
_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/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
_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/7/sources/cxx-stl/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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 63 typedef slist<_Tp, _Alloc> _Self;
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {}
139 slist(__move_source<_Self> src)
143 _Self& operator= (const _Self& __x) { _M_impl = __x._M_impl; return *this; }
199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
201 void _M_swap_workaround(_Self& __x) { swap(__x); }
365 void splice_after(iterator __pos, _Self& __x,
369 void splice_after(iterator __pos, _Self& __x, iterator __prev)
371 void splice_after(iterator __pos, _Self& __x
    [all...]
  /external/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...]
  /ndk/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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /external/llvm/include/llvm/ADT/
SCCIterator.h 138 typedef scc_iterator<GraphT, GT> _Self;
141 static inline _Self begin(const GraphT &G){return _Self(GT::getEntryNode(G));}
142 static inline _Self end (const GraphT &) { return _Self(); }
150 inline bool operator==(const _Self& x) const {
153 inline bool operator!=(const _Self& x) const { return !operator==(x); }
156 inline _Self& operator++() { // Preincrement
160 inline _Self operator++(int) { // Postincrement
161 _Self tmp = *this; ++*this; return tmp
    [all...]
  /external/stlport/stlport/stl/pointers/
_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...]

Completed in 1080 milliseconds

1 2 3 4 5 67 8 91011>>