/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 98 hash_map(__move_source<_Self> src) 169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 171 void _M_swap_workaround(_Self& __x) { swap(__x); } 242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 289 hash_multimap(__move_source<_Self> src) 360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 362 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_hash_set.h | 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 101 hash_set(__move_source<_Self> src) 170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 172 void _M_swap_workaround(_Self& __x) { swap(__x); } 236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 282 hash_multiset(__move_source<_Self> src) 352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } 354 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_bitset.h | 212 typedef _Base_bitset<1UL> _Self; 238 void _M_do_and(const _Self& __x) { _M_w &= __x._M_w; } 239 void _M_do_or(const _Self& __x) { _M_w |= __x._M_w; } 240 void _M_do_xor(const _Self& __x) { _M_w ^= __x._M_w; } 247 bool _M_is_equal(const _Self& __x) const {
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 98 hash_map(__move_source<_Self> src) 169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 171 void _M_swap_workaround(_Self& __x) { swap(__x); } 242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 289 hash_multimap(__move_source<_Self> src) 360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 362 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_hash_set.h | 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 101 hash_set(__move_source<_Self> src) 170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 172 void _M_swap_workaround(_Self& __x) { swap(__x); } 236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 282 hash_multiset(__move_source<_Self> src) 352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } 354 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_bitset.h | 212 typedef _Base_bitset<1UL> _Self; 238 void _M_do_and(const _Self& __x) { _M_w &= __x._M_w; } 239 void _M_do_or(const _Self& __x) { _M_w |= __x._M_w; } 240 void _M_do_xor(const _Self& __x) { _M_w ^= __x._M_w; } 247 bool _M_is_equal(const _Self& __x) const {
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 98 hash_map(__move_source<_Self> src) 169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 171 void _M_swap_workaround(_Self& __x) { swap(__x); } 242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 289 hash_multimap(__move_source<_Self> src) 360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 362 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_hash_set.h | 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 101 hash_set(__move_source<_Self> src) 170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 172 void _M_swap_workaround(_Self& __x) { swap(__x); } 236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 282 hash_multiset(__move_source<_Self> src) 352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } 354 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_bitset.h | 212 typedef _Base_bitset<1UL> _Self; 238 void _M_do_and(const _Self& __x) { _M_w &= __x._M_w; } 239 void _M_do_or(const _Self& __x) { _M_w |= __x._M_w; } 240 void _M_do_xor(const _Self& __x) { _M_w ^= __x._M_w; } 247 bool _M_is_equal(const _Self& __x) const {
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 98 hash_map(__move_source<_Self> src) 169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 171 void _M_swap_workaround(_Self& __x) { swap(__x); } 242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 289 hash_multimap(__move_source<_Self> src) 360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 362 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_hash_set.h | 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 101 hash_set(__move_source<_Self> src) 170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 172 void _M_swap_workaround(_Self& __x) { swap(__x); } 236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 282 hash_multiset(__move_source<_Self> src) 352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } 354 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_bitset.h | 212 typedef _Base_bitset<1UL> _Self; 238 void _M_do_and(const _Self& __x) { _M_w &= __x._M_w; } 239 void _M_do_or(const _Self& __x) { _M_w |= __x._M_w; } 240 void _M_do_xor(const _Self& __x) { _M_w ^= __x._M_w; } 247 bool _M_is_equal(const _Self& __x) const {
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 98 hash_map(__move_source<_Self> src) 169 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 171 void _M_swap_workaround(_Self& __x) { swap(__x); } 242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 289 hash_multimap(__move_source<_Self> src) 360 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 362 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_hash_set.h | 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 101 hash_set(__move_source<_Self> src) 170 void swap(_Self& __hs) { _M_ht.swap(__hs._M_ht); } 172 void _M_swap_workaround(_Self& __x) { swap(__x); } 236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 282 hash_multiset(__move_source<_Self> src) 352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } 354 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_bitset.h | 212 typedef _Base_bitset<1UL> _Self; 238 void _M_do_and(const _Self& __x) { _M_w &= __x._M_w; } 239 void _M_do_or(const _Self& __x) { _M_w |= __x._M_w; } 240 void _M_do_xor(const _Self& __x) { _M_w ^= __x._M_w; } 247 bool _M_is_equal(const _Self& __x) const {
|
/external/stlport/stlport/stl/config/ |
features.h | 767 #define __IMPORT_SUPER_COPY_ASSIGNMENT(__derived_name, _Self, _SUPER) \ 769 _Self& operator=(const _Super& __x) { \ 773 __derived_name(const _Self& __x) : _SUPER(__x) {} \ 774 _Self& operator=(const _Self& __x) { \ [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 767 #define __IMPORT_SUPER_COPY_ASSIGNMENT(__derived_name, _Self, _SUPER) \ 769 _Self& operator=(const _Super& __x) { \ 773 __derived_name(const _Self& __x) : _SUPER(__x) {} \ 774 _Self& operator=(const _Self& __x) { \ [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 767 #define __IMPORT_SUPER_COPY_ASSIGNMENT(__derived_name, _Self, _SUPER) \ 769 _Self& operator=(const _Super& __x) { \ 773 __derived_name(const _Self& __x) : _SUPER(__x) {} \ 774 _Self& operator=(const _Self& __x) { \ [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 767 #define __IMPORT_SUPER_COPY_ASSIGNMENT(__derived_name, _Self, _SUPER) \ 769 _Self& operator=(const _Super& __x) { \ 773 __derived_name(const _Self& __x) : _SUPER(__x) {} \ 774 _Self& operator=(const _Self& __x) { \ [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 767 #define __IMPORT_SUPER_COPY_ASSIGNMENT(__derived_name, _Self, _SUPER) \ 769 _Self& operator=(const _Super& __x) { \ 773 __derived_name(const _Self& __x) : _SUPER(__x) {} \ 774 _Self& operator=(const _Self& __x) { \ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 767 #define __IMPORT_SUPER_COPY_ASSIGNMENT(__derived_name, _Self, _SUPER) \ 769 _Self& operator=(const _Super& __x) { \ 773 __derived_name(const _Self& __x) : _SUPER(__x) {} \ 774 _Self& operator=(const _Self& __x) { \ [all...] |
/external/stlport/stlport/stl/ |
_bitset.h | 212 typedef _Base_bitset<1UL> _Self; 238 void _M_do_and(const _Self& __x) { _M_w &= __x._M_w; } 239 void _M_do_or(const _Self& __x) { _M_w |= __x._M_w; } 240 void _M_do_xor(const _Self& __x) { _M_w ^= __x._M_w; } 247 bool _M_is_equal(const _Self& __x) const {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
iterator_tracker.h | 42 typedef __iterator_tracker _Self;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
iterator_tracker.h | 42 typedef __iterator_tracker _Self;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
safe_iterator.h | 79 typedef _Safe_iterator _Self; 356 _Self __it = *this;
|