Searched refs:_RopeSubstring (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.c | 347 typedef _Rope_RopeSubstring<_CharT, _Alloc> _RopeSubstring; in _M_free_tree() typedef 348 _RopeSubstring* __rss = __STATIC_CAST(_RopeSubstring*, this); in _M_free_tree() 351 _RopeSubstring).deallocate(__rss, 1); in _M_free_tree() 678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base); in _S_substring() 683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base, in _S_substring()
|
D | _rope.h | 1139 typedef _Rope_RopeSubstring<_CharT,_Alloc> _RopeSubstring; 1223 static _RopeSubstring* _S_new_RopeSubstring(_Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, 1225 _RopeSubstring* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, 1226 _RopeSubstring).allocate(1); 1227 return new(__space) _RopeSubstring(__b, __s, __l, __a);
|