OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLportAlloc
(Results
1 - 12
of
12
) sorted by null
/external/stlport/stlport/stl/
_pthread_alloc.h
243
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
[
all
...]
_alloc.h
402
typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret
_STLportAlloc
;
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
());
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
243
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
[
all
...]
_alloc.h
402
typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret
_STLportAlloc
;
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
());
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
243
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
[
all
...]
_alloc.h
402
typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret
_STLportAlloc
;
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
());
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
243
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
[
all
...]
_alloc.h
402
typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret
_STLportAlloc
;
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
());
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
243
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
[
all
...]
_alloc.h
402
typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret
_STLportAlloc
;
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
());
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
243
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
[
all
...]
_alloc.h
402
typedef typename _IsSTLportClass<allocator<_Tp> >::_Ret
_STLportAlloc
;
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
());
[
all
...]
Completed in 1216 milliseconds