Searched refs:_Rope_char_ref_proxy (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 99 template<class _CharT, class _Alloc> class _Rope_char_ref_proxy; variable 651 class _Rope_char_ref_proxy { 652 typedef _Rope_char_ref_proxy<_CharT, _Alloc> _Self; 664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) : 666 _Rope_char_ref_proxy(const _Self& __x) : 672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) 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 <_CharT, __Alloc > __b) { \ [all …]
|
D | _rope.c | 1268 _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 {
|