HomeSort by relevance Sort by last modified time
    Searched refs:_NotFalseRet (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
type_traits_test.cpp 182 typedef _Not<__false_type>::_Ret _NotFalseRet;
183 CPPUNIT_ASSERT( type_to_value(_NotFalseRet()) == 1 );
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 182 typedef _Not<__false_type>::_Ret _NotFalseRet;
183 CPPUNIT_ASSERT( type_to_value(_NotFalseRet()) == 1 );
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 182 typedef _Not<__false_type>::_Ret _NotFalseRet;
183 CPPUNIT_ASSERT( type_to_value(_NotFalseRet()) == 1 );

Completed in 48 milliseconds