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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/7/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...]
_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...]
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/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...]
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/8/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...]
_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...]
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/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...]
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /external/llvm/include/llvm/IR/
Use.h 169 typedef value_use_iterator<UserTy> _Self;
178 value_use_iterator(const _Self &I) : U(I.U) {}
181 bool operator==(const _Self &x) const {
184 bool operator!=(const _Self &x) const {
192 _Self &operator++() { // Preincrement
197 _Self operator++(int) { // Postincrement
198 _Self tmp = *this; ++*this; return tmp;
  /external/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 56 typedef vector<_Tp, _Alloc> _Self;
123 vector(const _Self& __x)
127 explicit vector(__move_source<_Self> src)
151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); }
191 void _M_swap_workaround(_Self& __x) { swap(__x); }
  /external/stlport/stlport/stl/
_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...]
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
_bvector.h 172 typedef _Bit_iter<_Ref, _Ptr> _Self;
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
190 _Self& operator++() {
194 _Self operator++(int) {
195 _Self __tmp = *this;
199 _Self& operator--() {
203 _Self operator--(int) {
204 _Self __tmp = *this;
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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...]
_unordered_map.h 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
89 unordered_map(__move_source<_Self> src)
117 _Self& operator = (const _Self& __other)
123 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); }
125 void _M_swap_workaround(_Self& __x) { swap(__x); }
191 bool operator==(const _Self&) const;
211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
257 unordered_multimap(__move_source<_Self> src)
285 _Self& operator = (const _Self& __other
    [all...]

Completed in 1035 milliseconds

1 2 3 4 5 6 78 91011>>