Searched refs:factory3 (Results 1 – 3 of 3) sorted by relevance
29 FontFactoryPtr factory1, factory2, factory3; in TestSerialization() local45 factory3.Attach(FontFactory::GetInstance()); in TestSerialization()49 factory3->LoadFonts(&is, &new_font_array); in TestSerialization()95 FontFactoryPtr factory1, factory2, factory3; in TestSerializationBitmap() local111 factory3.Attach(FontFactory::GetInstance()); in TestSerializationBitmap()115 factory3->LoadFonts(&is, &new_font_array); in TestSerializationBitmap()
84 CycleDetectingLockFactory.WithExplicitOrdering<OtherOrder> factory3 = in setUp() local86 lock01 = factory3.newReentrantLock(OtherOrder.FIRST); in setUp()87 lock02 = factory3.newReentrantLock(OtherOrder.SECOND); in setUp()88 lock03 = factory3.newReentrantLock(OtherOrder.THIRD); in setUp()
1204 ConcreteAssistedWithoutOverride.Factory factory3 = in testGeneratedDefaultMethodsForwardCorrectly() local1206 factory3.create("foo"); in testGeneratedDefaultMethodsForwardCorrectly()1207 AbstractAssisted.Factory<ConcreteAssistedWithoutOverride, String> factory3Abstract = factory3; in testGeneratedDefaultMethodsForwardCorrectly()