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

/external/stlport/stlport/stl/
H A D_rope.h100 template<class _CharT, class _Alloc> class _Rope_char_ptr_proxy;
655 friend class _Rope_char_ptr_proxy<_CharT,_Alloc>;
676 _Rope_char_ptr_proxy<_CharT, _Alloc> operator& () const;
714 class _Rope_char_ptr_proxy { class
717 typedef _Rope_char_ptr_proxy<_CharT, _Alloc> _Self;
722 _Rope_char_ptr_proxy(const _Rope_char_ref_proxy<_CharT,_Alloc>& __x) function in class:_Rope_char_ptr_proxy
724 _Rope_char_ptr_proxy(const _Self& __x) function in class:_Rope_char_ptr_proxy
726 _Rope_char_ptr_proxy() {} function in class:_Rope_char_ptr_proxy
727 _Rope_char_ptr_proxy(_CharT* __x) : _M_pos(0), _M_root(0) { function in class:_Rope_char_ptr_proxy
1100 typedef _Rope_char_ptr_proxy<_Char
2280 operator !=(const _Rope_char_ptr_proxy<_CharT,_Alloc>& __x, const _Rope_char_ptr_proxy<_CharT,_Alloc>& __y) argument
2288 operator ==(const _Rope_char_ptr_proxy<_CharT,_Alloc>& __x, const _Rope_char_ptr_proxy<_CharT,_Alloc>& __y) argument
[all...]
H A D_rope.c1295 _Rope_char_ptr_proxy<_CharT, _Alloc>
1297 return _Rope_char_ptr_proxy<_CharT, _Alloc>(*this);

Completed in 406 milliseconds