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

/external/stlport/stlport/stl/
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
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_size));

Completed in 57 milliseconds