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

/haiku/headers/cpp/
H A Dropeimpl.h114 case _RopeRep::_S_concat:
194 while (_RopeRep::_S_concat == __current_node->_M_tag) {
338 case _S_concat:
498 if (_RopeRep::_S_concat == __r->_M_tag
553 if (_RopeRep::_S_concat == __r->_M_tag) {
591 rope<_CharT,_Alloc>::_S_concat(_RopeRep* __left, _RopeRep* __right) function in class:rope
608 } else if (_RopeRep::_S_concat == __left->_M_tag
655 case _RopeRep::_S_concat:
673 __result = _S_concat(__left_result, __right_result);
841 case _RopeRep::_S_concat
[all...]
H A Dstl_rope.h375 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; enumerator in enum:_Rope_RopeRep::_Tag
597 _S_concat, max(__l->_M_depth, __r->_M_depth) + 1, false,
1400 static _RopeRep* _S_concat(_RopeRep* __left, _RopeRep* __right);
1579 _RopeRep* __result = _S_concat(__left, __right);
1720 _M_tree_ptr = _S_concat(__left, _M_tree_ptr);
1909 _S_concat(_M_tree_ptr, (_RopeRep*)__appendee);
1929 _RopeRep* __result = _S_concat(_M_tree_ptr, __y._M_tree_ptr);
1965 __result = _S_concat(__left, __right);
1967 _Self_destruct_ptr __left_result(_S_concat(__left, __r));
1968 __result = _S_concat(__left_resul
[all...]

Completed in 48 milliseconds