/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 162 typedef _Rb_tree_iterator<_Tp> _Self; 181 _Self& 188 _Self 191 _Self __tmp = *this; 196 _Self& 203 _Self 206 _Self __tmp = *this; 212 operator==(const _Self& __x) const 216 operator!=(const _Self& __x) const 234 typedef _Rb_tree_const_iterator<_Tp> _Self; [all...] |
stl_deque.h | 109 typedef _Deque_iterator _Self; 135 _Self& 147 _Self 150 _Self __tmp = *this; 155 _Self& 167 _Self 170 _Self __tmp = *this; 175 _Self& 194 _Self 197 _Self __tmp = *this [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 162 typedef _Rb_tree_iterator<_Tp> _Self; 181 _Self& 188 _Self 191 _Self __tmp = *this; 196 _Self& 203 _Self 206 _Self __tmp = *this; 212 operator==(const _Self& __x) const 216 operator!=(const _Self& __x) const 234 typedef _Rb_tree_const_iterator<_Tp> _Self; [all...] |
stl_deque.h | 109 typedef _Deque_iterator _Self; 135 _Self& 147 _Self 150 _Self __tmp = *this; 155 _Self& 167 _Self 170 _Self __tmp = *this; 175 _Self& 194 _Self 197 _Self __tmp = *this [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 162 typedef _Rb_tree_iterator<_Tp> _Self; 181 _Self& 188 _Self 191 _Self __tmp = *this; 196 _Self& 203 _Self 206 _Self __tmp = *this; 212 operator==(const _Self& __x) const 216 operator!=(const _Self& __x) const 234 typedef _Rb_tree_const_iterator<_Tp> _Self; [all...] |
stl_deque.h | 109 typedef _Deque_iterator _Self; 135 _Self& 147 _Self 150 _Self __tmp = *this; 155 _Self& 167 _Self 170 _Self __tmp = *this; 175 _Self& 194 _Self 197 _Self __tmp = *this [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 658 typedef ImutAVLTreeGenericIterator<ImutInfo> _Self; 699 inline bool operator==(const _Self& x) const { 708 inline bool operator!=(const _Self& x) const { return !operator==(x); } 710 _Self& operator++() { 736 _Self& operator--() { 769 typedef ImutAVLTreeInOrderIterator<ImutInfo> _Self; 777 inline bool operator==(const _Self& x) const { 781 inline bool operator!=(const _Self& x) const { return !operator==(x); } 786 inline _Self& operator++() { 794 inline _Self& operator--() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_deque.h | 109 typedef _Deque_iterator _Self; 135 _Self& 147 _Self 150 _Self __tmp = *this; 155 _Self& 167 _Self 170 _Self __tmp = *this; 175 _Self& 194 _Self 197 _Self __tmp = *this [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_deque.h | 120 typedef _Deque_iterator _Self; 146 _Self& 158 _Self 161 _Self __tmp = *this; 166 _Self& 178 _Self 181 _Self __tmp = *this; 186 _Self& 205 _Self 208 _Self __tmp = *this [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_deque.h | 120 typedef _Deque_iterator _Self; 146 _Self& 158 _Self 161 _Self __tmp = *this; 166 _Self& 178 _Self 181 _Self __tmp = *this; 186 _Self& 205 _Self 208 _Self __tmp = *this [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 109 typedef _Deque_iterator _Self; 135 _Self& 147 _Self 150 _Self __tmp = *this; 155 _Self& 167 _Self 170 _Self __tmp = *this; 175 _Self& 194 _Self 197 _Self __tmp = *this [all...] |
/external/stlport/stlport/stl/ |
_string_sum.h | 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self; 123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft; 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const 373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self; 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; 383 _STLP_MUTABLE(_Self, _M_init) = true;
|
_vector.h | 60 typedef _Vector_base<_Tp, _Alloc> _Self; 78 _Vector_base(__move_source<_Self> src) 116 typedef vector<_Tp, _Alloc> _Self; 246 vector(const _Self& __x) 253 vector(__move_source<_Self> src) 306 _Self& operator=(const _Self& __x); 401 void swap(_Self& __x) { 407 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
_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); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self; 123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft; 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const 373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self; 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; 383 _STLP_MUTABLE(_Self, _M_init) = true;
|
_vector.h | 60 typedef _Vector_base<_Tp, _Alloc> _Self; 78 _Vector_base(__move_source<_Self> src) 116 typedef vector<_Tp, _Alloc> _Self; 246 vector(const _Self& __x) 253 vector(__move_source<_Self> src) 306 _Self& operator=(const _Self& __x); 401 void swap(_Self& __x) { 407 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self; 123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft; 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const 373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self; 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; 383 _STLP_MUTABLE(_Self, _M_init) = true;
|
_vector.h | 60 typedef _Vector_base<_Tp, _Alloc> _Self; 78 _Vector_base(__move_source<_Self> src) 116 typedef vector<_Tp, _Alloc> _Self; 246 vector(const _Self& __x) 253 vector(__move_source<_Self> src) 306 _Self& operator=(const _Self& __x); 401 void swap(_Self& __x) { 407 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self; 123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft; 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const 373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self; 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; 383 _STLP_MUTABLE(_Self, _M_init) = true;
|
_vector.h | 60 typedef _Vector_base<_Tp, _Alloc> _Self; 78 _Vector_base(__move_source<_Self> src) 116 typedef vector<_Tp, _Alloc> _Self; 246 vector(const _Self& __x) 253 vector(__move_source<_Self> src) 306 _Self& operator=(const _Self& __x); 401 void swap(_Self& __x) { 407 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self; 123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft; 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const 373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self; 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; 383 _STLP_MUTABLE(_Self, _M_init) = true;
|
_vector.h | 60 typedef _Vector_base<_Tp, _Alloc> _Self; 78 _Vector_base(__move_source<_Self> src) 116 typedef vector<_Tp, _Alloc> _Self; 246 vector(const _Self& __x) 253 vector(__move_source<_Self> src) 306 _Self& operator=(const _Self& __x); 401 void swap(_Self& __x) { 407 void _M_swap_workaround(_Self& __x) { swap(__x); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 94 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection> _Self; 123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 129 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __char_wrapper<_CharT>, __on_left> _CharOnLeft; 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const 373 typedef __sum_storage_elem<_CharT, _Traits, _Alloc> _Self; 382 _STLP_MUTABLE(_Self, _M_storage) = __ref; 383 _STLP_MUTABLE(_Self, _M_init) = true;
|
_vector.h | 60 typedef _Vector_base<_Tp, _Alloc> _Self; 78 _Vector_base(__move_source<_Self> src) 116 typedef vector<_Tp, _Alloc> _Self; 246 vector(const _Self& __x) 253 vector(__move_source<_Self> src) 306 _Self& operator=(const _Self& __x); 401 void swap(_Self& __x) { 407 void _M_swap_workaround(_Self& __x) { swap(__x); }
|