OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_NotTrueRet
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
type_traits_test.cpp
180
typedef _Not<__true_type>::_Ret
_NotTrueRet
;
181
CPPUNIT_ASSERT( type_to_value(
_NotTrueRet
()) == 0 );
/ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp
180
typedef _Not<__true_type>::_Ret
_NotTrueRet
;
181
CPPUNIT_ASSERT( type_to_value(
_NotTrueRet
()) == 0 );
/ndk/tests/device/test-stlport/unit/
type_traits_test.cpp
180
typedef _Not<__true_type>::_Ret
_NotTrueRet
;
181
CPPUNIT_ASSERT( type_to_value(
_NotTrueRet
()) == 0 );
Completed in 1615 milliseconds