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

/external/stlport/stlport/stl/
H A D_rope.c323 _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_size,
332 _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_size,
341 _STLP_CREATE_ALLOCATOR(allocator_type, (const allocator_type&)_M_size,
350 _STLP_CREATE_ALLOCATOR(allocator_type, (const allocator_type&)_M_size,
460 _STLP_UNWIND((_STLP_CREATE_ALLOCATOR(allocator_type,(allocator_type&)__left->_M_size,
1319 _CharT* __result = _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).allocate(__s + 1);
1329 _STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).deallocate(__old_c_string, __s + 1);
H A D_rope.h81 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) (_Alloc_traits<_Tp,__atype>::create_allocator(__a)) macro
83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) macro
1197 _RopeLeaf* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1202 _STLP_UNWIND(_STLP_CREATE_ALLOCATOR(allocator_type,__a,
1209 _RopeConcatenation* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1216 _RopeFunction* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1223 _RopeSubstring* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1233 _CharT* __buf = _STLP_CREATE_ALLOCATOR(allocator_type,__a, _CharT).allocate(_S_rounded_up_size(_p_size));

Completed in 57 milliseconds