OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__type_traits
(Results
1 - 25
of
163
) sorted by null
1
2
3
4
5
6
7
/external/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
_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*> {};
/ndk/sources/cxx-stl/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
_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*> {};
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
_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*> {};
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
_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*> {};
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
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
...]
_tempbuf.h
112
// Workaround for a
__type_traits
bug in the pre-7.3 compiler.
114
typedef typename
__type_traits
<_Tp>::is_POD_type _Trivial;
116
typedef typename
__type_traits
<_Tp>::has_trivial_default_constructor _Trivial;
_vector.c
83
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
142
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
143
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
175
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
183
typedef typename
__type_traits
<_Tp>::has_trivial_assignment_operator _TrivialCopy;
184
typedef typename
__type_traits
<_Tp>::has_trivial_copy_constructor _TrivialUCopy;
Completed in 639 milliseconds
1
2
3
4
5
6
7