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

/external/stlport/stlport/stl/
H A D_rope.h99 template<class _CharT, class _Alloc> class _Rope_char_ref_proxy;
651 class _Rope_char_ref_proxy { class
652 typedef _Rope_char_ref_proxy<_CharT, _Alloc> _Self;
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : function in class:_Rope_char_ref_proxy
666 _Rope_char_ref_proxy(const _Self& __x) : function in class:_Rope_char_ref_proxy
672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) function in class:_Rope_char_ref_proxy
684 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a,
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
698 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, \
699 _Rope_char_ref_proxy <_Char
722 _Rope_char_ptr_proxy(const _Rope_char_ref_proxy<_CharT,_Alloc>& __x) argument
[all...]
H A D_rope.c1268 _Rope_char_ref_proxy<_CharT, _Alloc>&
1269 _Rope_char_ref_proxy<_CharT, _Alloc>::operator= (_CharT __c) {
1296 _Rope_char_ref_proxy<_CharT, _Alloc>::operator& () const {

Completed in 96 milliseconds