Home
last modified time | relevance | path

Searched refs:_STLportAlloc (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_pthread_alloc.h243 typedef typename _IsSTLportClass<pthread_allocator<_Tp> >::_Ret _STLportAlloc;
246 typedef _STLportAlloc has_trivial_default_constructor;
247 typedef _STLportAlloc has_trivial_copy_constructor;
248 typedef _STLportAlloc has_trivial_assignment_operator;
249 typedef _STLportAlloc has_trivial_destructor;
250 typedef _STLportAlloc is_POD_type;
426 typedef typename _IsSTLportClass<per_thread_allocator<_Tp> >::_Ret _STLportAlloc;
430 typedef _STLportAlloc has_trivial_copy_constructor;
431 typedef _STLportAlloc has_trivial_assignment_operator;
432 typedef _STLportAlloc has_trivial_destructor;
D_alloc.h402 typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret _STLportAlloc; typedef
405 typedef typename __bool2type<_Is>::_Ret _STLportAlloc;
409 typedef _STLportAlloc has_trivial_default_constructor;
410 typedef _STLportAlloc has_trivial_copy_constructor;
411 typedef _STLportAlloc has_trivial_assignment_operator;
412 typedef _STLportAlloc has_trivial_destructor;
413 typedef _STLportAlloc is_POD_type;
527 typedef typename _IsSTLportClass<_MaybeReboundAlloc>::_Ret _STLportAlloc;
529 typedef typename __bool2type<_IsSTLportClass<_MaybeReboundAlloc>::_Is>::_Ret _STLportAlloc;
531 return allocate(__n, __allocated_n, _STLportAlloc());