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

/external/stlport/stlport/stl/
H A D_rope.c347 typedef _Rope_RopeSubstring<_CharT, _Alloc> _RopeSubstring; typedef
348 _RopeSubstring* __rss = __STATIC_CAST(_RopeSubstring*, this);
351 _RopeSubstring).deallocate(__rss, 1);
678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base);
683 _RopeSubstring* __result = _S_new_RopeSubstring(__old->_M_base,
H A D_rope.h1139 typedef _Rope_RopeSubstring<_CharT,_Alloc> _RopeSubstring; typedef in class:rope
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);

Completed in 599 milliseconds