Home
last modified time | relevance | path

Searched refs:__ref (Results 1 – 5 of 5) 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/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/0.153/libelf/
Dlibelf.h186 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
DlibelfP.h515 extern Elf *__elf_begin_internal (int __fildes, Elf_Cmd __cmd, Elf *__ref)
/external/libcxx/include/
Diterator955 typename iterator_traits<iterator_type>::reference __ref = *__i;
956 return &__ref;