OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__type2bool
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
type_manips.h
46
struct
__type2bool
{ enum {_Ret = 1}; };
struct
49
struct
__type2bool
<__true_type> { enum {_Ret = 1}; };
struct
52
struct
__type2bool
<__false_type> { enum {_Ret = 0}; };
struct
184
enum { _Ret =
__type2bool
<_RetT>::_Ret };
298
enum { _Is1 =
__type2bool
<_IsConst<_Src>::_Ret>::_Ret };
_move_construct_fwk.h
71
typedef typename __bool2type<
__type2bool
<_TpMoveComplete>::_Ret>::_Ret complete;
91
enum {_MvImp =
__type2bool
<_MvImpRet>::_Ret};
/external/stlport/test/unit/
type_traits_test.cpp
174
CPPUNIT_ASSERT(
__type2bool
<__true_type>::_Ret == 1 );
175
CPPUNIT_ASSERT(
__type2bool
<__false_type>::_Ret == 0 );
176
CPPUNIT_ASSERT(
__type2bool
<any_type>::_Ret == 1 );
/external/stlport/stlport/stl/pointers/
_tools.h
192
enum { is_default_less =
__type2bool
<_STLportLess>::_Ret };
Completed in 245 milliseconds