/external/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...] |
/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...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_window_features.cpp | 34 unsigned int __ref; member in struct:_Ewk_Window_Features 48 EINA_SAFETY_ON_FALSE_RETURN(window_features->__ref > 0); 50 if (--window_features->__ref) 66 window_features->__ref++; 164 window_features->__ref = 1;
|
ewk_contextmenu.cpp | 39 unsigned int __ref; /**< the reference count of the object */ member in struct:_Ewk_Context_Menu 71 menu->__ref++; 86 if (--menu->__ref) 359 menu->__ref = 1;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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;
|
/prebuilt/ndk/android-ndk-r5/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;
|
/prebuilt/ndk/android-ndk-r6/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;
|
/external/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...] |
/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...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |
/external/elfutils/libelf/ |
libelf.h | 151 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
|
libelfP.h | 443 extern Elf *__elf_begin_internal (int __fildes, Elf_Cmd __cmd, Elf *__ref)
|