Searched refs:testClassNoClassID (Results 1 – 2 of 2) sorted by relevance
39 UObject *testClassNoClassID(UObject *obj,
48 delete testClassNoClassID(new c, #c, "new " #c)50 delete testClassNoClassID(new c x, #c, "new " #c #x); \57 delete testClassNoClassID(f, #c, #f); \173 UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, const char *factory) in testClassNoClassID() function in UObjectTest