Symbol: _RopeLeaf
headers/cpp/ropeimpl.h
1208
_RopeLeaf* __l = (_RopeLeaf*)__r;
headers/cpp/ropeimpl.h
1254
_RopeLeaf* __l = (_RopeLeaf*)__r;
headers/cpp/ropeimpl.h
1290
_RopeLeaf* __l = (_RopeLeaf*) __left;
headers/cpp/ropeimpl.h
1292
_RopeLeaf* __r = (_RopeLeaf*) __right;
headers/cpp/ropeimpl.h
1307
_RopeLeaf* __r = (_RopeLeaf*) __right;
headers/cpp/ropeimpl.h
1403
_RopeLeaf* __base_leaf;
headers/cpp/ropeimpl.h
384
rope<_CharT,_Alloc>::_RopeLeaf*
headers/cpp/ropeimpl.h
386
(_RopeLeaf* __r, const _CharT* __iter, size_t __len)
headers/cpp/ropeimpl.h
391
_RopeLeaf* __result;
headers/cpp/ropeimpl.h
408
rope<_CharT,_Alloc>::_RopeLeaf*
headers/cpp/ropeimpl.h
410
(_RopeLeaf* __r, const _CharT* __iter, size_t __len)
headers/cpp/ropeimpl.h
432
_RopeLeaf* __result = _S_leaf_concat_char_iter(__r, __iter, __len);
headers/cpp/ropeimpl.h
492
__result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
headers/cpp/ropeimpl.h
500
_RopeLeaf* __right =
headers/cpp/ropeimpl.h
501
(_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
headers/cpp/ropeimpl.h
505
_S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
headers/cpp/ropeimpl.h
550
__result = _S_destr_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
headers/cpp/ropeimpl.h
554
_RopeLeaf* __right = (_RopeLeaf*)(((_RopeConcatenation*)__r)->_M_right);
headers/cpp/ropeimpl.h
604
return _S_leaf_concat_char_iter((_RopeLeaf*)__left,
headers/cpp/ropeimpl.h
605
((_RopeLeaf*)__right)->_M_data,
headers/cpp/ropeimpl.h
611
_RopeLeaf* __leftright =
headers/cpp/ropeimpl.h
612
(_RopeLeaf*)(((_RopeConcatenation*)__left)->_M_right);
headers/cpp/ropeimpl.h
616
((_RopeLeaf*)__right)->_M_data,
headers/cpp/ropeimpl.h
681
_RopeLeaf* __l = (_RopeLeaf*)__base;
headers/cpp/ropeimpl.h
682
_RopeLeaf* __result;
headers/cpp/ropeimpl.h
864
_RopeLeaf* __l = (_RopeLeaf*)__r;
headers/cpp/ropeimpl.h
976
_RopeLeaf* __l = (_RopeLeaf*)__r;
headers/cpp/stl_rope.h
1414
return _RopeLeaf::_S_rounded_up_size(__n);
headers/cpp/stl_rope.h
1427
static _RopeLeaf* _S_new_RopeLeaf(__GC_CONST _CharT *__s,
headers/cpp/stl_rope.h
1431
_RopeLeaf* __space = _LAllocator(__a).allocate(1);
headers/cpp/stl_rope.h
1433
_RopeLeaf* __space = _L_allocate(1);
headers/cpp/stl_rope.h
1435
return new(__space) _RopeLeaf(__s, __size, __a);
headers/cpp/stl_rope.h
1475
_RopeLeaf* _S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s,
headers/cpp/stl_rope.h
1481
_RopeLeaf* _S_RopeLeaf_from_unowned_char_ptr2(const _CharT* __s,
headers/cpp/stl_rope.h
1514
static _RopeLeaf*
headers/cpp/stl_rope.h
1515
_S_leaf_concat_char_iter(_RopeLeaf* __r,
headers/cpp/stl_rope.h
1521
static _RopeLeaf* _S_destr_leaf_concat_char_iter
headers/cpp/stl_rope.h
1522
(_RopeLeaf* __r, const _CharT* __iter, size_t __slen);
headers/cpp/stl_rope.h
1786
((_RopeLeaf*)_M_tree_ptr)->_M_data ==