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

/haiku/headers/cpp/
H A Dropeimpl.h118 _RopeRep* __left = __c->_M_left; local
444 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) argument
503 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local
591 _S_concat(_RopeRep* __left, _RopeRep* __right) argument
658 _RopeRep* __left = __c->_M_left; local
844 _RopeRep* __left = __conc->_M_left; local
909 bool __left = bool(__o.flags() & ios::left); local
969 _RopeRep* __left = __c->_M_left; local
1007 _RopeRep* __left = __c->_M_left; local
1195 _RopeRep* __left = __c->_M_left; local
1240 _RopeRep* __left = __c->_M_left; local
1279 _S_compare(const _RopeRep* __left, const _RopeRep* __right) argument
[all...]
H A Dstl_algo.h1854 _ForwardIter __middle, __left, __right; local
1892 _ForwardIter __middle, __left, __right; local
H A Dstl_rope.h1576 static _RopeRep* _S_concat_and_set_balanced(_RopeRep* __left, argument
1717 _RopeRep* __left = local
1438 _S_new_RopeConcatenation( _RopeRep* __left, _RopeRep* __right, allocator_type __a) argument
2396 operator +(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2411 operator +=(rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2421 operator +(const rope<_CharT,_Alloc>& __left, const _CharT* __right) argument
2432 operator +=(rope<_CharT,_Alloc>& __left, const _CharT* __right) argument
2441 operator +(const rope<_CharT,_Alloc>& __left, _CharT __right) argument
2450 operator +=(rope<_CharT,_Alloc>& __left, _CharT __right) argument
2457 operator <(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2464 operator ==(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
[all...]

Completed in 91 milliseconds