HomeSort by relevance Sort by last modified time
    Searched defs:__right (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_algo.c 1409 _ForwardIter __right = _STLP_PRIV __upper_bound(++__middle, __first, __val, __comp1, __comp2, __dist); local
    [all...]
_rope.c 443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) {
445 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator())
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); local
492 if (__right->_M_size._M_data + __slen <= _S_copy_max) {
494 _RopeRep* __nright = _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
538 _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); local
539 if (_RopeRep::_S_leaf == __right->_M_tag &&
540 __right->_M_size._M_data + __slen <= _S_copy_max) {
541 _RopeRep* __new_right = _S_destr_leaf_concat_char_iter(__right, __s, __slen)
564 _RopeRep* __right = local
643 _RopeRep* __right = __c->_M_right; local
806 _RopeRep* __right = __conc->_M_right; local
925 _RopeRep* __right = __c->_M_right; local
961 _RopeRep* __right = __c->_M_right; local
    [all...]

Completed in 677 milliseconds