Home
last modified time | relevance | path

Searched refs:__ref (Results 1 – 6 of 6) sorted by relevance

/external/stlport/stlport/stl/pointers/
D_tools.h215 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/
Dewk_window_features.cpp34 unsigned int __ref; member
48 EINA_SAFETY_ON_FALSE_RETURN(window_features->__ref > 0); in ewk_window_features_unref()
50 if (--window_features->__ref) in ewk_window_features_unref()
66 window_features->__ref++; in ewk_window_features_ref()
164 window_features->__ref = 1; in ewk_window_features_new_from_core()
Dewk_contextmenu.cpp39 unsigned int __ref; /**< the reference count of the object */ member
71 menu->__ref++; in ewk_context_menu_ref()
86 if (--menu->__ref) in ewk_context_menu_unref()
359 menu->__ref = 1; in ewk_context_menu_new()
/external/stlport/stlport/stl/
D_string_sum.h258 …BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, in _M_get_storage() argument
260 { return _lhs._M_get_storage(__ref); } in _M_get_storage()
263 …BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, in _M_get_storage() argument
265 { return _rhs._M_get_storage(__ref); } in _M_get_storage()
268 …BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) in _M_get_storage() argument
269 { return _M_get_storage(__ref, _StorageDirection()); } in _M_get_storage()
276 …g const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, in _M_get_storage() argument
278 { return _lhs._M_get_storage(__ref, __do_init); } in _M_get_storage()
281 …g const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, in _M_get_storage() argument
283 { return _rhs._M_get_storage(__ref, __do_init); } in _M_get_storage()
[all …]
/external/elfutils/libelf/
Dlibelf.h198 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
DlibelfP.h521 extern Elf *__elf_begin_internal (int __fildes, Elf_Cmd __cmd, Elf *__ref)