HomeSort by relevance Sort by last modified time
    Searched refs:_RopeLeaf (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_rope.c 98 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf;
99 __x._M_buf_start = __STATIC_CAST(const _RopeLeaf*, __leaf)->_M_data;
320 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf;
321 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, this);
324 _RopeLeaf).deallocate(__l, 1);
360 # define _RopeLeaf _Rope_RopeLeaf<_CharT,_Alloc>
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) {
381 _RopeLeaf* __result
    [all...]
_rope.h 573 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf;
588 __STATIC_CAST(_RopeLeaf*, _M_base)->_M_data;
    [all...]

Completed in 12 milliseconds