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

/external/stlport/src/
H A Dallocators.cpp161 __oom_handler_type __old = __oom_handler; local
163 return __old;
/external/stlport/stlport/stl/
H A D_rope.c678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base); local
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base,
684 __start + __old->_M_start,
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);
1270 _RopeRep* __old = _M_root->_M_tree_ptr._M_data;
1273 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos);
1279 _My_rope::_S_substring(__old,
[all...]
H A D_rope.h1007 _RopeRep* __old = this->_M_root; local
1011 _RopeRep::_S_unref(__old);
1509 _RopeRep* __old = _M_tree_ptr._M_data; local
1512 _S_unref(__old);
1520 _RopeRep* __old = _M_tree_ptr._M_data; local
1525 _S_unref(__old);
1532 _RopeRep* __old = _M_tree_ptr._M_data; local
1534 _S_unref(__old);
1542 _RopeRep* __old = _M_tree_ptr._M_data; local
1544 _S_unref(__old);
1712 replace(_RopeRep* __old, size_t __pos1, size_t __pos2, _RopeRep* __r) argument
[all...]

Completed in 1325 milliseconds