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

/external/stlport/stlport/stl/
H A D_rope.c329 typedef _Rope_RopeConcatenation<_CharT, _Alloc> _RopeConcatenation; typedef
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this);
333 _RopeConcatenation).deallocate(__c, 1);
444 _RopeConcatenation* __result =
461 _RopeConcatenation).deallocate(__result,1)))
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right);
493 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left;
538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __
789 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcatenation; typedef
[all...]
H A D_rope.h1136 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcatenation; typedef in class:rope
1209 static _RopeConcatenation* _S_new_RopeConcatenation(_RopeRep* __left, _RopeRep* __right,
1211 _RopeConcatenation* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1212 _RopeConcatenation).allocate(1);
1213 return new(__space) _RopeConcatenation(__left, __right, __a);

Completed in 91 milliseconds