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
34
) sorted by null
1
2
/external/pcre/dist/
pcre_stringpiece.h
168
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:__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;
_alloc.h
409
typedef _STLportAlloc
has_trivial_default_constructor
;
typedef in struct:__alloc_type_traits
type_traits.h
146
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits_aux
155
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits_aux
164
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:__type_traits_aux
243
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits
249
typedef typename __bool2type<_STLP_HAS_TRIVIAL_CONSTRUCTOR(_Tp)>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
426
typedef typename __type_traits<_Tp>::
has_trivial_default_constructor
_Tr1;
_hashtable.h
159
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits
_list.h
152
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits
_slist.h
128
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits
_tree.h
208
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits
/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
type_traits_test.cpp
120
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
515
typedef __true_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
type_traits_test.cpp
120
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
515
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:std::__type_traits
/prebuilts/ndk/current/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;
_alloc.h
409
typedef _STLportAlloc
has_trivial_default_constructor
;
typedef in struct:__alloc_type_traits
type_traits.h
146
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits_aux
155
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits_aux
164
typedef __true_type
has_trivial_default_constructor
;
typedef in struct:__type_traits_aux
243
typedef __false_type
has_trivial_default_constructor
;
typedef in struct:__type_traits
249
typedef typename __bool2type<_STLP_HAS_TRIVIAL_CONSTRUCTOR(_Tp)>::_Ret
has_trivial_default_constructor
;
typedef in struct:__type_traits
426
typedef typename __type_traits<_Tp>::
has_trivial_default_constructor
_Tr1;
Completed in 924 milliseconds
1
2