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

  /external/stlport/test/unit/
type_traits_test.cpp 165 typedef __bool2type<0>::_Ret _ZeroRet;
166 CPPUNIT_ASSERT( type_to_value(_ZeroRet()) == 0 );
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 165 typedef __bool2type<0>::_Ret _ZeroRet;
166 CPPUNIT_ASSERT( type_to_value(_ZeroRet()) == 0 );
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 165 typedef __bool2type<0>::_Ret _ZeroRet;
166 CPPUNIT_ASSERT( type_to_value(_ZeroRet()) == 0 );

Completed in 209 milliseconds