Home
last modified time | relevance | path

Searched refs:__old (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.c678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base); in _S_substring() local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, in _S_substring()
684 __start + __old->_M_start, in _S_substring()
1042 _Self_destruct_ptr __old(__result); in _S_balance()
1088 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest()
1095 _Self_destruct_ptr __old(__too_tiny); in _S_add_leaf_to_forest()
1104 _Self_destruct_ptr __old(__insertee); in _S_add_leaf_to_forest()
1270 _RopeRep* __old = _M_root->_M_tree_ptr._M_data; variable
1273 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos);
1279 _My_rope::_S_substring(__old, 0, _M_pos));
[all …]
D_rope.h1007 _RopeRep* __old = this->_M_root;
1011 _RopeRep::_S_unref(__old);
1509 _RopeRep* __old = _M_tree_ptr._M_data;
1512 _S_unref(__old);
1520 _RopeRep* __old = _M_tree_ptr._M_data;
1525 _S_unref(__old);
1532 _RopeRep* __old = _M_tree_ptr._M_data;
1534 _S_unref(__old);
1542 _RopeRep* __old = _M_tree_ptr._M_data;
1544 _S_unref(__old);
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp161 __oom_handler_type __old = __oom_handler; in set_malloc_handler() local
163 return __old; in set_malloc_handler()