OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Poly_Base
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
test_gabixx_rtti.cpp
42
struct
Poly_Base
{virtual void Member(){}};
43
struct Poly_Derived:
Poly_Base
{};
85
Poly_Base
* ppolybase = &polyderived;
88
CHECK(typeid(ppolybase) == typeid(
Poly_Base
*));
/ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp
42
struct
Poly_Base
{virtual void Member(){}};
43
struct Poly_Derived:
Poly_Base
{};
85
Poly_Base
* ppolybase = &polyderived;
88
CHECK(typeid(ppolybase) == typeid(
Poly_Base
*));
Completed in 73 milliseconds