Searched refs:_STLP_CREATE_ALLOCATOR (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.c | 323 _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_size, in _M_free_tree() 332 _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_size, in _M_free_tree() 341 _STLP_CREATE_ALLOCATOR(allocator_type, (const allocator_type&)_M_size, in _M_free_tree() 350 _STLP_CREATE_ALLOCATOR(allocator_type, (const allocator_type&)_M_size, in _M_free_tree() 460 _STLP_UNWIND((_STLP_CREATE_ALLOCATOR(allocator_type,(allocator_type&)__left->_M_size, in _S_tree_concat() 1319 …_CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _Char… in c_str() 1329 …_STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).deallocate(__old… in c_str()
|
D | _rope.h | 81 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) (_Alloc_traits<_Tp,__atype>::create_allocator(__… macro 83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) macro 1199 _RopeLeaf* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, 1204 _STLP_UNWIND(_STLP_CREATE_ALLOCATOR(allocator_type,__a, 1211 _RopeConcatenation* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, 1218 _RopeFunction* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, 1225 _RopeSubstring* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, 1235 …_CharT* __buf = _STLP_CREATE_ALLOCATOR(allocator_type,__a, _CharT).allocate(_S_rounded_up_size(_p_…
|