Home
last modified time | relevance | path

Searched refs:_Rope_char_ptr_proxy (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.h100 template<class _CharT, class _Alloc> class _Rope_char_ptr_proxy; variable
655 friend class _Rope_char_ptr_proxy<_CharT,_Alloc>;
676 _Rope_char_ptr_proxy<_CharT, _Alloc> operator& () const;
714 class _Rope_char_ptr_proxy {
717 typedef _Rope_char_ptr_proxy<_CharT, _Alloc> _Self;
722 _Rope_char_ptr_proxy(const _Rope_char_ref_proxy<_CharT,_Alloc>& __x)
724 _Rope_char_ptr_proxy(const _Self& __x)
726 _Rope_char_ptr_proxy() {}
727 _Rope_char_ptr_proxy(_CharT* __x) : _M_pos(0), _M_root(0) {
1100 typedef _Rope_char_ptr_proxy<_CharT,_Alloc> pointer;
[all …]
D_rope.c1295 _Rope_char_ptr_proxy<_CharT, _Alloc>
1297 return _Rope_char_ptr_proxy<_CharT, _Alloc>(*this);