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

/external/stlport/stlport/stl/
H A D_rope.c97 case _RopeRep::_S_leaf:
166 case _RopeRep::_S_leaf:
318 case _S_leaf:
483 if (_RopeRep::_S_leaf == __r->_M_tag &&
490 _RopeRep::_S_leaf == ((_RopeConcatenation*)__r)->_M_right->_M_tag) {
534 if (__orig_size + __slen <= _S_copy_max && _RopeRep::_S_leaf == __r->_M_tag) {
539 if (_RopeRep::_S_leaf == __right->_M_tag &&
586 if (_RopeRep::_S_leaf == __right->_M_tag) {
587 if (_RopeRep::_S_leaf == __left->_M_tag) {
594 _RopeRep::_S_leaf
[all...]
H A D_rope.h345 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; enumerator in enum:_Rope_RopeRep::_Tag
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
585 case _RopeRep::_S_leaf:
1587 if (_RopeRep::_S_leaf == _M_tree_ptr._M_data->_M_tag &&

Completed in 18 milliseconds