Searched refs:__ref (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/pointers/
H A D_tools.h215 static void_type & uncv_ref(void_cv_type & __ref) argument
216 { return __ref; }
217 static void_type const& uncv_cref(void_cv_type const& __ref) argument
218 { return __ref; }
225 static void_cv_type & cv_ref(void_type & __ref) argument
226 { return __ref; }
227 static void_cv_type const& cv_cref(void_type const& __ref) argument
228 { return __ref; }
242 static void_type& uncv_ref(void_cv_type &__ref) argument
243 { return __CONST_CAST(void_type&, __ref); }
253 cv_ref(void_type &__ref) argument
255 cv_cref(void_type const& __ref) argument
283 to_value_type_ref(void_type &__ref) argument
294 to_storage_type_cref(value_type const& __ref) argument
298 to_storage_type_crefT(value_type const& __ref) argument
313 to_value_type_ref(storage_type &__ref) argument
324 to_storage_type_cref(value_type const& __ref) argument
329 to_storage_type_crefT(_Tp1 const& __ref) argument
415 to_value_type_ref(storage_type &__ref) argument
429 to_storage_type_crefT(_Tp1 const& __ref) argument
[all...]
/external/stlport/stlport/stl/
H A D_string_sum.h258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, argument
260 { return _lhs._M_get_storage(__ref); }
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, argument
265 { return _rhs._M_get_storage(__ref); }
268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref) argument
269 { return _M_get_storage(__ref, _StorageDirection()); }
276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, argument
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, argument
283 { return _rhs._M_get_storage(__ref, __do_ini
286 _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref, bool __do_init) const argument
388 _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref, bool __do_init) const argument
396 _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) argument
[all...]
/external/elfutils/0.153/libelf/
H A Dlibelf.h186 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
H A DlibelfP.h515 extern Elf *__elf_begin_internal (int __fildes, Elf_Cmd __cmd, Elf *__ref)

Completed in 1994 milliseconds