Searched refs:__ref (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _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/ |
D | _string_sum.h | 258 …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 …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iterator | 955 typename iterator_traits<iterator_type>::reference __ref = *__i; 956 return &__ref;
|