proxygen
|
Go to the source code of this file.
Classes | |
class | Base |
class | Derived |
Functions | |
int | fooBase (const Base *p) |
int | fooDerived (const Derived *p) |
TEST (Portability, Final) | |
int fooBase | ( | const Base * | p | ) |
Definition at line 45 of file PortabilityTest.cpp.
Referenced by TEST().
int fooDerived | ( | const Derived * | p | ) |
Definition at line 48 of file PortabilityTest.cpp.
Referenced by TEST().
TEST | ( | Portability | , |
Final | |||
) |
Definition at line 52 of file PortabilityTest.cpp.
References EXPECT_EQ, fooBase(), and fooDerived().