Home
last modified time | relevance | path

Searched defs:__right (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_rope.c443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) { in _S_tree_concat()
491 _RopeLeaf* __right = (_RopeLeaf* )(((_RopeConcatenation* )__r)->_M_right); in _S_concat_char_iter() local
538 … _RopeLeaf* __right = __STATIC_CAST(_RopeLeaf*, __STATIC_CAST(_RopeConcatenation*, __r)->_M_right); in _S_destr_concat_char_iter() local
564 _RopeRep* __right = in _S_destr_concat_char_iter() local
577 rope<_CharT,_Alloc>::_S_concat_rep(_RopeRep* __left, _RopeRep* __right) { in _S_concat_rep()
643 _RopeRep* __right = __c->_M_right; in _S_substring() local
806 _RopeRep* __right = __conc->_M_right; in _S_apply_to_pieces() local
925 _RopeRep* __right = __c->_M_right; in _S_flatten() local
961 _RopeRep* __right = __c->_M_right; in _S_dump() local
1228 const _RopeRep* __right) { in _S_compare()
D_algo.c1409 …_ForwardIter __right = _STLP_PRIV __upper_bound(++__middle, __first, __val, __comp1, __comp2, __di… in __equal_range() local