Searched refs:__left (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h118 _RopeRep* __left = __c->_M_left; local
119 size_t __left_len = __left->_M_size;
127 __curr_rope = __left;
444 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) argument
447 _S_new_RopeConcatenation(__left, __right, __left->get_allocator());
451 __stl_assert(__left->get_allocator() == __right->get_allocator());
503 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local
506 __left->_M_ref_nonnil();
508 __result = _S_tree_concat(__left, __nrigh
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_rope.h1400 static _RopeRep* _S_concat(_RopeRep* __left, _RopeRep* __right);
1439 _RopeRep* __left, _RopeRep* __right,
1447 return new(__space) _RopeConcatenation(__left, __right, __a);
1511 _S_tree_concat(_RopeRep* __left, _RopeRep* __right);
1576 static _RopeRep* _S_concat_and_set_balanced(_RopeRep* __left, argument
1579 _RopeRep* __result = _S_concat(__left, __right);
1717 _RopeRep* __left = local
1720 _M_tree_ptr = _S_concat(__left, _M_tree_ptr);
1722 _S_unref(__left);
1724 __STL_UNWIND(_S_unref(__left))
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...]
H A Dstl_algo.h1854 _ForwardIter __middle, __left, __right; local
1868 __left = lower_bound(__first, __middle, __val);
1871 return pair<_ForwardIter, _ForwardIter>(__left, __right);
1892 _ForwardIter __middle, __left, __right; local
1906 __left = lower_bound(__first, __middle, __val, __comp);
1909 return pair<_ForwardIter, _ForwardIter>(__left, __right);
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h207 struct type __node, *__left, *__right, *__tmp; \
211 __left = __right = &__node; \
233 SPLAY_LINKRIGHT(head, __left, field); \
236 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
244 struct type __node, *__left, *__right, *__tmp; \
247 __left = __right = &__node; \
269 SPLAY_LINKRIGHT(head, __left, field); \
272 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \

Completed in 97 milliseconds