Lines Matching refs:TestObject
21 class TestObject
24 TestObject(CONST TestObject& inObj);
25 TestObject();
26 ~TestObject();
28 TestObject& operator=(CONST TestObject& inObj);
37 TestObject::TestObject(CONST TestObject& inObj) in TestObject() function
46 TestObject::TestObject() in TestObject() function
53 TestObject::~TestObject() in ~TestObject()
60 TestObject& TestObject::operator=(CONST TestObject& inObj)
68 void TestObject::test(void) { in test()
78 TestObject one; in testRoutine()