Searched refs:_Self_destruct_ptr (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 669 _Self_destruct_ptr __left_result( in _S_substring() 671 _Self_destruct_ptr __right_result( in _S_substring() 1047 _Self_destruct_ptr __prefix(_S_substring(__r, 0, __max_len)); in _S_dump() 1098 _Self_destruct_ptr __old(__result); in _S_balance() 1144 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest() 1153 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest() 1164 _Self_destruct_ptr __old(__insertee); in _S_add_leaf_to_forest() 1335 _Self_destruct_ptr __left( 1337 _Self_destruct_ptr __right( 1339 _Self_destruct_ptr __result_left(
|
H A D | stl_rope.h | 757 typedef _Rope_RopeRep<_CharT,_Alloc>* _Self_destruct_ptr; typedef 759 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr; typedef 1374 typedef _Rope_RopeRep<_CharT,_Alloc>* _Self_destruct_ptr; 1376 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr; 1906 _Self_destruct_ptr __appendee(_S_substring( 1955 _Self_destruct_ptr __left( 1957 _Self_destruct_ptr __right( 1967 _Self_destruct_ptr __left_result(_S_concat(__left, __r)); 1990 _Self_destruct_ptr __left(_S_substring(_M_tree_ptr, 0, __p)); 1991 _Self_destruct_ptr __right(_S_substring(_M_tree_ptr, __p, size())); [all …]
|