OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Poly_Derived
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gabi++/jni/
test_gabixx_rtti.cpp
43
struct
Poly_Derived
: Poly_Base {};
84
Poly_Derived
polyderived;
87
CHECK(typeid(polyderived) == typeid(
Poly_Derived
));
/ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp
43
struct
Poly_Derived
: Poly_Base {};
84
Poly_Derived
polyderived;
87
CHECK(typeid(polyderived) == typeid(
Poly_Derived
));
Completed in 5452 milliseconds