OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IsSTLportClass
(Results
1 - 8
of
8
) sorted by null
/external/stlport/stlport/stl/
_function_base.h
90
typedef typename
_IsSTLportClass
<less<_Tp> >::_Ret _STLportLess;
92
enum { _Is =
_IsSTLportClass
<less<_Tp> >::_Is };
_alloc.h
402
typedef typename
_IsSTLportClass
<allocator<_Tp> >::_Ret _STLportAlloc;
404
enum { _Is =
_IsSTLportClass
<allocator<_Tp> >::_Is };
527
typedef typename
_IsSTLportClass
<_MaybeReboundAlloc>::_Ret _STLportAlloc;
529
typedef typename __bool2type<
_IsSTLportClass
<_MaybeReboundAlloc>::_Is>::_Ret _STLportAlloc;
_move_construct_fwk.h
61
typedef typename
_IsSTLportClass
<_Tp>::_Ret implemented;
_pthread_alloc.h
243
typedef typename
_IsSTLportClass
<pthread_allocator<_Tp> >::_Ret _STLportAlloc;
426
typedef typename
_IsSTLportClass
<per_thread_allocator<_Tp> >::_Ret _STLportAlloc;
type_traits.h
575
struct
_IsSTLportClass
{
585
typedef typename
_IsSTLportClass
<_Tp>::_Ret _Ret;
587
enum { _Is =
_IsSTLportClass
<_Tp>::_Is };
_string.c
90
typedef typename
_IsSTLportClass
<_Traits>::_Ret _STLportTraits;
92
enum { _Is =
_IsSTLportClass
<_Traits>::_Is };
138
typedef typename
_IsSTLportClass
<_Traits>::_Ret _STLportTraits;
140
enum { _Is =
_IsSTLportClass
<_Traits>::_Is };
/external/stlport/stlport/stl/pointers/
_tools.h
191
typedef typename
_IsSTLportClass
<_Compare>::_Ret _STLportLess;
/external/stlport/test/unit/
type_traits_test.cpp
574
typedef
_IsSTLportClass
<_Tp> _STLportClass;
Completed in 67 milliseconds