HomeSort by relevance Sort by last modified time
    Searched full:ppolybase (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/gabi++/tests/
test_gabixx_rtti.cpp 85 Poly_Base* ppolybase = &polyderived; local
88 CHECK(typeid(ppolybase) == typeid(Poly_Base*));
89 CHECK(typeid(polyderived) == typeid(*ppolybase));
92 printf(" *ppolybase is: %s\n", typeid(*ppolybase).name());
  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 85 Poly_Base* ppolybase = &polyderived; local
88 CHECK(typeid(ppolybase) == typeid(Poly_Base*));
89 CHECK(typeid(polyderived) == typeid(*ppolybase));
92 printf(" *ppolybase is: %s\n", typeid(*ppolybase).name());

Completed in 521 milliseconds