HomeSort by relevance Sort by last modified time
    Searched defs:_STLP_CONVERT_ALLOCATOR (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }

Completed in 65 milliseconds