HomeSort by relevance Sort by last modified time
    Searched defs:__type_traits (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_pair.h 159 struct __type_traits<pair<_T1, _T2> > { struct
160 typedef __type_traits<_T1> _T1Traits;
161 typedef __type_traits<_T2> _T2Traits;
_function_base.h 88 struct __type_traits<less<_Tp> > { struct
_pthread_alloc.h 257 struct __type_traits<pthread_allocator<_Tp> > : _STLP_PRIV __pthread_alloc_type_traits<_Tp> {}; struct in inherits:_STLP_PRIV__pthread_alloc_type_traits
260 struct __type_traits<pthread_allocator<char> > : _STLP_PRIV __pthread_alloc_type_traits<char> {};
263 struct __type_traits<pthread_allocator<wchar_t> > : _STLP_PRIV __pthread_alloc_type_traits<wchar_t> {};
267 struct __type_traits<pthread_allocator<void*> > : _STLP_PRIV __pthread_alloc_type_traits<void*> {};
440 struct __type_traits<per_thread_allocator<_Tp> > : _STLP_PRIV __perthread_alloc_type_traits<_Tp> {}; struct in inherits:_STLP_PRIV__perthread_alloc_type_traits
443 struct __type_traits<per_thread_allocator<char> > : _STLP_PRIV __perthread_alloc_type_traits<char> {};
446 struct __type_traits<per_thread_allocator<wchar_t> > : _STLP_PRIV __perthread_alloc_type_traits<wchar_t> {};
450 struct __type_traits<per_thread_allocator<void*> > : _STLP_PRIV __perthread_alloc_type_traits<void*> {};
boost_type_traits.h 69 struct __type_traits { struct
96 typedef typename __type_traits<uncv1>::has_trivial_assignment_operator _STLPTrivialAssign;
113 typedef typename __type_traits<uncv1>::has_trivial_copy_constructor _STLPTrivialCopy;
138 typedef typename __type_traits<uncv>::has_trivial_default_constructor _STLPTrivialInit;
  /external/stlport/test/unit/
uninitialized_test.cpp 58 struct __type_traits<TrivialCopyStruct> { struct in namespace:std
68 struct __type_traits<TrivialInitStruct> { struct in namespace:std
deque_test.cpp 248 struct __type_traits<PointEx> { struct in namespace:std
vector_test.cpp 419 struct __type_traits<PointEx> { struct in namespace:std
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pair.h 159 struct __type_traits<pair<_T1, _T2> > { struct
160 typedef __type_traits<_T1> _T1Traits;
161 typedef __type_traits<_T2> _T2Traits;
_function_base.h 88 struct __type_traits<less<_Tp> > { struct
_pthread_alloc.h 257 struct __type_traits<pthread_allocator<_Tp> > : _STLP_PRIV __pthread_alloc_type_traits<_Tp> {}; struct in inherits:_STLP_PRIV__pthread_alloc_type_traits
260 struct __type_traits<pthread_allocator<char> > : _STLP_PRIV __pthread_alloc_type_traits<char> {};
263 struct __type_traits<pthread_allocator<wchar_t> > : _STLP_PRIV __pthread_alloc_type_traits<wchar_t> {};
267 struct __type_traits<pthread_allocator<void*> > : _STLP_PRIV __pthread_alloc_type_traits<void*> {};
440 struct __type_traits<per_thread_allocator<_Tp> > : _STLP_PRIV __perthread_alloc_type_traits<_Tp> {}; struct in inherits:_STLP_PRIV__perthread_alloc_type_traits
443 struct __type_traits<per_thread_allocator<char> > : _STLP_PRIV __perthread_alloc_type_traits<char> {};
446 struct __type_traits<per_thread_allocator<wchar_t> > : _STLP_PRIV __perthread_alloc_type_traits<wchar_t> {};
450 struct __type_traits<per_thread_allocator<void*> > : _STLP_PRIV __perthread_alloc_type_traits<void*> {};
boost_type_traits.h 69 struct __type_traits { struct
96 typedef typename __type_traits<uncv1>::has_trivial_assignment_operator _STLPTrivialAssign;
113 typedef typename __type_traits<uncv1>::has_trivial_copy_constructor _STLPTrivialCopy;
138 typedef typename __type_traits<uncv>::has_trivial_default_constructor _STLPTrivialInit;
  /ndk/tests/device/test-gnustl-full/unit/
uninitialized_test.cpp 58 struct __type_traits<TrivialCopyStruct> { struct in namespace:std
68 struct __type_traits<TrivialInitStruct> { struct in namespace:std
deque_test.cpp 248 struct __type_traits<PointEx> { struct in namespace:std
vector_test.cpp 419 struct __type_traits<PointEx> { struct in namespace:std
  /ndk/tests/device/test-stlport/unit/
uninitialized_test.cpp 58 struct __type_traits<TrivialCopyStruct> { struct in namespace:std
68 struct __type_traits<TrivialInitStruct> { struct in namespace:std
deque_test.cpp 248 struct __type_traits<PointEx> { struct in namespace:std
vector_test.cpp 419 struct __type_traits<PointEx> { struct in namespace:std
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pair.h 159 struct __type_traits<pair<_T1, _T2> > { struct
160 typedef __type_traits<_T1> _T1Traits;
161 typedef __type_traits<_T2> _T2Traits;
_function_base.h 88 struct __type_traits<less<_Tp> > { struct
_pthread_alloc.h 257 struct __type_traits<pthread_allocator<_Tp> > : _STLP_PRIV __pthread_alloc_type_traits<_Tp> {}; struct in inherits:_STLP_PRIV__pthread_alloc_type_traits
260 struct __type_traits<pthread_allocator<char> > : _STLP_PRIV __pthread_alloc_type_traits<char> {};
263 struct __type_traits<pthread_allocator<wchar_t> > : _STLP_PRIV __pthread_alloc_type_traits<wchar_t> {};
267 struct __type_traits<pthread_allocator<void*> > : _STLP_PRIV __pthread_alloc_type_traits<void*> {};
440 struct __type_traits<per_thread_allocator<_Tp> > : _STLP_PRIV __perthread_alloc_type_traits<_Tp> {}; struct in inherits:_STLP_PRIV__perthread_alloc_type_traits
443 struct __type_traits<per_thread_allocator<char> > : _STLP_PRIV __perthread_alloc_type_traits<char> {};
446 struct __type_traits<per_thread_allocator<wchar_t> > : _STLP_PRIV __perthread_alloc_type_traits<wchar_t> {};
450 struct __type_traits<per_thread_allocator<void*> > : _STLP_PRIV __perthread_alloc_type_traits<void*> {};
boost_type_traits.h 69 struct __type_traits { struct
96 typedef typename __type_traits<uncv1>::has_trivial_assignment_operator _STLPTrivialAssign;
113 typedef typename __type_traits<uncv1>::has_trivial_copy_constructor _STLPTrivialCopy;
138 typedef typename __type_traits<uncv>::has_trivial_default_constructor _STLPTrivialInit;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pair.h 159 struct __type_traits<pair<_T1, _T2> > { struct
160 typedef __type_traits<_T1> _T1Traits;
161 typedef __type_traits<_T2> _T2Traits;
_function_base.h 88 struct __type_traits<less<_Tp> > { struct
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_pair.h 159 struct __type_traits<pair<_T1, _T2> > { struct
160 typedef __type_traits<_T1> _T1Traits;
161 typedef __type_traits<_T2> _T2Traits;
_function_base.h 88 struct __type_traits<less<_Tp> > { struct

Completed in 768 milliseconds

1 2 3