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

/external/stlport/stlport/stl/
H A D_rope.c98 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf; typedef
99 __x._M_buf_start = __STATIC_CAST(const _RopeLeaf*, __leaf)->_M_data;
320 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf; typedef
321 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, this);
324 _RopeLeaf).deallocate(__l, 1);
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) {
381 _RopeLeaf* __resul
790 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; typedef
[all...]
H A D_rope.h573 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; typedef
588 __STATIC_CAST(_RopeLeaf*, _M_base)->_M_data;
1137 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; typedef in class:rope
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...]

Completed in 348 milliseconds