OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_trivial_default_constructor
(Results
1 - 25
of
61
) sorted by null
1
2
3
/external/stlport/stlport/stl/
_pair.h
162
typedef typename _Land2<typename _T1Traits::
has_trivial_default_constructor
,
163
typename _T2Traits::
has_trivial_default_constructor
>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
_function_base.h
95
typedef _STLportLess
has_trivial_default_constructor
;
typedef in struct:__type_traits
_pthread_alloc.h
246
typedef _STLportAlloc
has_trivial_default_constructor
;
typedef in struct:__pthread_alloc_type_traits
429
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__perthread_alloc_type_traits
boost_type_traits.h
71
typedef typename __bool2type<trivial_constructor>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
138
typedef typename __type_traits<uncv>::
has_trivial_default_constructor
_STLPTrivialInit;
/external/stlport/test/unit/
uninitialized_test.cpp
59
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
70
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
deque_test.cpp
249
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
vector_test.cpp
420
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
/ndk/sources/cxx-stl/stlport/stlport/stl/
_pair.h
162
typedef typename _Land2<typename _T1Traits::
has_trivial_default_constructor
,
163
typename _T2Traits::
has_trivial_default_constructor
>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
_function_base.h
95
typedef _STLportLess
has_trivial_default_constructor
;
typedef in struct:__type_traits
_pthread_alloc.h
246
typedef _STLportAlloc
has_trivial_default_constructor
;
typedef in struct:__pthread_alloc_type_traits
429
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__perthread_alloc_type_traits
boost_type_traits.h
71
typedef typename __bool2type<trivial_constructor>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
138
typedef typename __type_traits<uncv>::
has_trivial_default_constructor
_STLPTrivialInit;
/ndk/tests/device/test-gnustl-full/unit/
uninitialized_test.cpp
59
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
70
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
deque_test.cpp
249
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
vector_test.cpp
420
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
/ndk/tests/device/test-stlport/unit/
uninitialized_test.cpp
59
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
70
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
deque_test.cpp
249
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
vector_test.cpp
420
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pair.h
162
typedef typename _Land2<typename _T1Traits::
has_trivial_default_constructor
,
163
typename _T2Traits::
has_trivial_default_constructor
>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
_function_base.h
95
typedef _STLportLess
has_trivial_default_constructor
;
typedef in struct:__type_traits
_pthread_alloc.h
246
typedef _STLportAlloc
has_trivial_default_constructor
;
typedef in struct:__pthread_alloc_type_traits
429
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__perthread_alloc_type_traits
boost_type_traits.h
71
typedef typename __bool2type<trivial_constructor>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
138
typedef typename __type_traits<uncv>::
has_trivial_default_constructor
_STLPTrivialInit;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pair.h
162
typedef typename _Land2<typename _T1Traits::
has_trivial_default_constructor
,
163
typename _T2Traits::
has_trivial_default_constructor
>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
_function_base.h
95
typedef _STLportLess
has_trivial_default_constructor
;
typedef in struct:__type_traits
_pthread_alloc.h
246
typedef _STLportAlloc
has_trivial_default_constructor
;
typedef in struct:__pthread_alloc_type_traits
429
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__perthread_alloc_type_traits
boost_type_traits.h
71
typedef typename __bool2type<trivial_constructor>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
138
typedef typename __type_traits<uncv>::
has_trivial_default_constructor
_STLPTrivialInit;
Completed in 889 milliseconds
1
2
3