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

/haiku/headers/cpp/
H A Dropeimpl.h384 rope<_CharT,_Alloc>::_RopeLeaf*
386 (_RopeLeaf* __r, const _CharT* __iter, size_t __len)
391 _RopeLeaf* __result;
408 rope<_CharT,_Alloc>::_RopeLeaf*
410 (_RopeLeaf* __r, const _CharT* __iter, size_t __len)
432 _RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len);
492 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
500 _RopeLeaf* __right =
501 (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
505 _S_leaf_concat_char_iter((_RopeLeaf*)__righ
[all...]
H A Dstl_rope.h1334 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; typedef in class:rope
1414 return _RopeLeaf::_S_rounded_up_size(__n);
1427 static _RopeLeaf* _S_new_RopeLeaf(__GC_CONST _CharT *__s,
1431 _RopeLeaf* __space = _LAllocator(__a).allocate(1);
1433 _RopeLeaf* __space = _L_allocate(1);
1435 return new(__space) _RopeLeaf(__s, __size, __a);
1475 _RopeLeaf* _S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s,
1481 _RopeLeaf* _S_RopeLeaf_from_unowned_char_ptr2(const _CharT* __s,
1514 static _RopeLeaf*
1515 _S_leaf_concat_char_iter(_RopeLeaf* __
[all...]

Completed in 105 milliseconds