/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 215 static void_type & uncv_ref(void_cv_type & __ref) 216 { return __ref; } 217 static void_type const& uncv_cref(void_cv_type const& __ref) 218 { return __ref; } 225 static void_cv_type & cv_ref(void_type & __ref) 226 { return __ref; } 227 static void_cv_type const& cv_cref(void_type const& __ref) 228 { return __ref; } 242 static void_type& uncv_ref(void_cv_type &__ref) 243 { return __CONST_CAST(void_type&, __ref); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 215 static void_type & uncv_ref(void_cv_type & __ref) 216 { return __ref; } 217 static void_type const& uncv_cref(void_cv_type const& __ref) 218 { return __ref; } 225 static void_cv_type & cv_ref(void_type & __ref) 226 { return __ref; } 227 static void_cv_type const& cv_cref(void_type const& __ref) 228 { return __ref; } 242 static void_type& uncv_ref(void_cv_type &__ref) 243 { return __CONST_CAST(void_type&, __ref); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 215 static void_type & uncv_ref(void_cv_type & __ref) 216 { return __ref; } 217 static void_type const& uncv_cref(void_cv_type const& __ref) 218 { return __ref; } 225 static void_cv_type & cv_ref(void_type & __ref) 226 { return __ref; } 227 static void_cv_type const& cv_cref(void_type const& __ref) 228 { return __ref; } 242 static void_type& uncv_ref(void_cv_type &__ref) 243 { return __CONST_CAST(void_type&, __ref); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 215 static void_type & uncv_ref(void_cv_type & __ref) 216 { return __ref; } 217 static void_type const& uncv_cref(void_cv_type const& __ref) 218 { return __ref; } 225 static void_cv_type & cv_ref(void_type & __ref) 226 { return __ref; } 227 static void_cv_type const& cv_cref(void_type const& __ref) 228 { return __ref; } 242 static void_type& uncv_ref(void_cv_type &__ref) 243 { return __CONST_CAST(void_type&, __ref); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 215 static void_type & uncv_ref(void_cv_type & __ref) 216 { return __ref; } 217 static void_type const& uncv_cref(void_cv_type const& __ref) 218 { return __ref; } 225 static void_cv_type & cv_ref(void_type & __ref) 226 { return __ref; } 227 static void_cv_type const& cv_cref(void_type const& __ref) 228 { return __ref; } 242 static void_type& uncv_ref(void_cv_type &__ref) 243 { return __CONST_CAST(void_type&, __ref); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_tools.h | 215 static void_type & uncv_ref(void_cv_type & __ref) 216 { return __ref; } 217 static void_type const& uncv_cref(void_cv_type const& __ref) 218 { return __ref; } 225 static void_cv_type & cv_ref(void_type & __ref) 226 { return __ref; } 227 static void_cv_type const& cv_cref(void_type const& __ref) 228 { return __ref; } 242 static void_type& uncv_ref(void_cv_type &__ref) 243 { return __CONST_CAST(void_type&, __ref); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 258 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 259 : _M_ptr(__ref._M_ptr) { } 262 operator=(auto_ptr_ref<element_type> __ref) throw() 264 if (__ref._M_ptr != this->get()) 267 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 258 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 259 : _M_ptr(__ref._M_ptr) { } 262 operator=(auto_ptr_ref<element_type> __ref) throw() 264 if (__ref._M_ptr != this->get()) 267 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 258 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 259 : _M_ptr(__ref._M_ptr) { } 262 operator=(auto_ptr_ref<element_type> __ref) throw() 264 if (__ref._M_ptr != this->get()) 267 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
auto_ptr.h | 258 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 259 : _M_ptr(__ref._M_ptr) { } 262 operator=(auto_ptr_ref<element_type> __ref) throw() 264 if (__ref._M_ptr != this->get()) 267 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
auto_ptr.h | 260 auto_ptr(auto_ptr_ref<element_type> __ref) throw() 261 : _M_ptr(__ref._M_ptr) { } 264 operator=(auto_ptr_ref<element_type> __ref) throw() 266 if (__ref._M_ptr != this->get()) 269 _M_ptr = __ref._M_ptr;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 260 { return _lhs._M_get_storage(__ref); } 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); } 268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) 269 { return _M_get_storage(__ref, _StorageDirection()); } 276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 278 { return _lhs._M_get_storage(__ref, __do_init); } 281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 283 { return _rhs._M_get_storage(__ref, __do_init); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 260 { return _lhs._M_get_storage(__ref); } 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); } 268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) 269 { return _M_get_storage(__ref, _StorageDirection()); } 276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 278 { return _lhs._M_get_storage(__ref, __do_init); } 281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 283 { return _rhs._M_get_storage(__ref, __do_init); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 260 { return _lhs._M_get_storage(__ref); } 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); } 268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) 269 { return _M_get_storage(__ref, _StorageDirection()); } 276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 278 { return _lhs._M_get_storage(__ref, __do_init); } 281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 283 { return _rhs._M_get_storage(__ref, __do_init); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 260 { return _lhs._M_get_storage(__ref); } 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); } 268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) 269 { return _M_get_storage(__ref, _StorageDirection()); } 276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 278 { return _lhs._M_get_storage(__ref, __do_init); } 281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 283 { return _rhs._M_get_storage(__ref, __do_init); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 260 { return _lhs._M_get_storage(__ref); } 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); } 268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) 269 { return _M_get_storage(__ref, _StorageDirection()); } 276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 278 { return _lhs._M_get_storage(__ref, __do_init); } 281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 283 { return _rhs._M_get_storage(__ref, __do_init); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_sum.h | 258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 260 { return _lhs._M_get_storage(__ref); } 263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 265 { return _rhs._M_get_storage(__ref); } 268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) 269 { return _M_get_storage(__ref, _StorageDirection()); } 276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 278 { return _lhs._M_get_storage(__ref, __do_init); } 281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, 283 { return _rhs._M_get_storage(__ref, __do_init); [all...] |