Searched refs:_RopeLeaf (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _rope.c | 98 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf; in _S_setbuf() typedef 99 __x._M_buf_start = __STATIC_CAST(const _RopeLeaf*, __leaf)->_M_data; in _S_setbuf() 320 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf; in _M_free_tree() typedef 321 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, this); in _M_free_tree() 324 _RopeLeaf).deallocate(__l, 1); in _M_free_tree() 360 # define _RopeLeaf _Rope_RopeLeaf<_CharT,_Alloc> macro 364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf 378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) { in _S_leaf_concat_char_iter() 381 _RopeLeaf* __result; in _S_leaf_concat_char_iter() 413 rope<_CharT,_Alloc>::_S_destr_leaf_concat_char_iter (_RopeLeaf* __r, const _CharT* __iter, size_t _… in _S_destr_leaf_concat_char_iter() [all …]
|
D | _rope.h | 573 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; 588 __STATIC_CAST(_RopeLeaf*, _M_base)->_M_data; 1137 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; 1197 static _RopeLeaf* _S_new_RopeLeaf(_CharT *__s, 1199 _RopeLeaf* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, 1200 _RopeLeaf).allocate(1); 1202 new(__space) _RopeLeaf(__s, _p_size, __a); 1205 _RopeLeaf).deallocate(__space, 1)) 1231 _RopeLeaf* _S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s, 1258 static _RopeLeaf* [all …]
|