Home | History | Annotate | Download | only in intltest

Lines Matching full:simplefactory

121             return new SimpleFactory(i, id, visible);
505 return new SimpleFactory(s, id, visible);
1323 // SimpleFactory
1328 SimpleFactory* sf = new SimpleFactory(obj, "object");
1333 if (sf->getDynamicClassID() != SimpleFactory::getStaticClassID()) {