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

/haiku/headers/cpp/
H A Dropeimpl.h39 switch(__leaf->_M_tag) {
108 switch(__curr_rope->_M_tag) {
194 while (_RopeRep::_S_concat == __current_node->_M_tag) {
329 switch(_M_tag) {
490 if (_RopeRep::_S_leaf == __r->_M_tag &&
498 if (_RopeRep::_S_concat == __r->_M_tag
499 && _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
549 _RopeRep::_S_leaf == __r->_M_tag) {
553 if (_RopeRep::_S_concat == __r->_M_tag) {
555 if (_RopeRep::_S_leaf == __right->_M_tag
[all...]
H A Dstl_rope.h376 _Tag _M_tag:8; member in struct:_Rope_RopeRep
390 _M_tag(__t), _M_depth(__d), _M_is_balanced(__b), _M_c_string(0)
671 switch(_M_base->_M_tag) {
705 _M_tag = _S_substringfn;
1785 if (_RopeRep::_S_leaf == _M_tree_ptr->_M_tag &&

Completed in 38 milliseconds