Lines Matching refs:TestObject
22 class TestObject
25 TestObject(CONST TestObject& inObj);
26 TestObject();
27 ~TestObject();
29 TestObject& operator=(CONST TestObject& inObj);
38 TestObject::TestObject(CONST TestObject& inObj) in TestObject() function
47 TestObject::TestObject() in TestObject() function
54 TestObject::~TestObject() in ~TestObject()
61 TestObject& TestObject::operator=(CONST TestObject& inObj)
69 void TestObject::test(void) { in test()
79 TestObject one; in testRoutine()