OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__type_traits
(Results
1 - 16
of
16
) sorted by null
/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;
_alloc.h
420
struct
__type_traits
<allocator<_Tp> > : _STLP_PRIV __alloc_type_traits<_Tp> {};
struct in inherits:_STLP_PRIV__alloc_type_traits
423
struct
__type_traits
<allocator<char> > : _STLP_PRIV __alloc_type_traits<char> {};
426
struct
__type_traits
<allocator<wchar_t> > : _STLP_PRIV __alloc_type_traits<wchar_t> {};
430
struct
__type_traits
<allocator<void*> > : _STLP_PRIV __alloc_type_traits<void*> {};
type_traits.h
33
The class template
__type_traits
provides a series of typedefs each of
35
__type_traits
can be any type. The typedefs within this template will
54
typename
__type_traits
<T>::has_trivial_copy_constructor());
144
template <class _Tp> struct
__type_traits
;
215
struct
__type_traits
: __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
struct in inherits:__type_traits_aux
224
struct
__type_traits
{
struct
227
automatically specializes
__type_traits
that this
228
__type_traits
template is special. It just makes sure that
230
called
__type_traits
for something unrelated. */
263
template <class _Tp> struct
__type_traits
<_Tp*> : __type_traits_aux<__true_type
struct in inherits:__type_traits_aux
[
all
...]
_hashtable.h
158
struct
__type_traits
<_STLP_PRIV _Ht_iterator<_BaseIte, _Traits> > {
struct
_list.h
151
struct
__type_traits
<_STLP_PRIV _List_iterator<_Tp, _Traits> > {
struct
_slist.h
127
struct
__type_traits
<_STLP_PRIV _Slist_iterator<_Tp, _Traits> > {
struct
_tree.h
207
struct
__type_traits
<_STLP_PRIV _Rb_tree_iterator<_Value, _Traits> > {
struct
_bvector.h
93
struct
__type_traits
<_STLP_PRIV _Bit_reference> {
struct
240
struct
__type_traits
< _STLP_PRIV _Bit_iter<_Ref, _Ptr> > {
struct
_deque.h
311
struct
__type_traits
<_STLP_PRIV _Deque_iterator<_Tp, _Traits> > {
struct
[
all
...]
/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
type_traits_test.cpp
119
struct
__type_traits
<any_pod_type> {
struct in namespace:std
496
typedef typename
__type_traits
<_Tp>::has_trivial_destructor _TrivialDestructor;
514
struct
__type_traits
<DestructorMonitor> {
struct in namespace:std
551
typedef typename
__type_traits
<_Tp>::is_POD_type _IsPODType;
Completed in 553 milliseconds