Searched defs:__right (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.c443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) { argument
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, __
564 _RopeRep* __right = local
577 _S_concat_rep(_RopeRep* __left, _RopeRep* __right) argument
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
1227 _S_compare(const _RopeRep* __left, const _RopeRep* __right) argument
[all...]
H A D_algo.c1409 _ForwardIter __right = _STLP_PRIV __upper_bound(++__middle, __first, __val, __comp1, __comp2, __dist); local
1410 return pair<_ForwardIter, _ForwardIter>(__left, __right);
H A D_rope.h794 // __right. Assumes path_cache_len <= 9.
1178 static _RopeRep* _S_concat_rep(_RopeRep* __left, _RopeRep* __right);
1209 static _RopeConcatenation* _S_new_RopeConcatenation(_RopeRep* __left, _RopeRep* __right, argument
1213 return new(__space) _RopeConcatenation(__left, __right, __a);
1255 _S_tree_concat(_RopeRep* __left, _RopeRep* __right);
1318 _RopeRep* __right) {
1319 _RopeRep* __result = _S_concat_rep(__left, __right);
1716 _Self_destruct_ptr __right(_S_substring(__old, __pos2, __old->_M_size._M_data));
1721 __result = _S_concat_rep(__left, __right);
1725 __result = _S_concat_rep(__left_result, __right);
1317 _S_concat_and_set_balanced(_RopeRep* __left, _RopeRep* __right) argument
2195 operator +(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2204 operator +=(rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2212 operator +(const rope<_CharT,_Alloc>& __left, const _CharT* __right) argument
2220 operator +=(rope<_CharT,_Alloc>& __left, const _CharT* __right) argument
2228 operator +(const rope<_CharT,_Alloc>& __left, _CharT __right) argument
2234 operator +=(rope<_CharT,_Alloc>& __left, _CharT __right) argument
2241 operator <(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2248 operator ==(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
[all...]

Completed in 355 milliseconds