Searched refs:_Self_destruct_ptr (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.c653 _Self_destruct_ptr __left_result(_S_substring(__left, __start, __left_len));
654 _Self_destruct_ptr __right_result(_S_substring(__right, 0, __endp1 - __left_len));
989 _Self_destruct_ptr __prefix(_S_substring(__r, 0, __max_len));
1042 _Self_destruct_ptr __old(__result);
1088 _Self_destruct_ptr __old(__too_tiny);
1095 _Self_destruct_ptr __old(__too_tiny);
1104 _Self_destruct_ptr __old(__insertee);
1278 _Self_destruct_ptr __left(
1280 _Self_destruct_ptr __right(
1282 _Self_destruct_ptr __result_lef
[all...]
H A D_rope.h656 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr; typedef in class:_Rope_char_ref_proxy
1159 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr; typedef in class:rope
1680 _Self_destruct_ptr __appendee(_S_substring(__s._M_root, __s._M_current_pos, __e._M_current_pos));
1715 _Self_destruct_ptr __left(_S_substring(__old, 0, __pos1));
1716 _Self_destruct_ptr __right(_S_substring(__old, __pos2, __old->_M_size._M_data));
1724 _Self_destruct_ptr __left_result(_S_concat_rep(__left, __r));
1745 _Self_destruct_ptr __left(_S_substring(_M_tree_ptr._M_data, 0, __p));
1746 _Self_destruct_ptr __right(_S_substring(_M_tree_ptr._M_data, __p, size()));
1747 _Self_destruct_ptr __left_result(

Completed in 121 milliseconds