Home | History | Annotate | Download | only in base

Lines Matching refs:factory

59     ReferenceCountedSingletonFactory<MyExistenceWatcher> *factory) {
60 rcsf_ptr<MyExistenceWatcher> ptr(factory);
66 TestReferenceCountedSingletonFactory factory;
68 DoCreateAndGoOutOfScope(&factory);
73 TestReferenceCountedSingletonFactory factory;
74 rcsf_ptr<MyExistenceWatcher> ptr(&factory);
77 DoCreateAndGoOutOfScope(&factory);
82 TestReferenceCountedSingletonFactory factory;
83 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory);
89 TestReferenceCountedSingletonFactory factory;
91 rcsf_ptr<MyExistenceWatcher> one(&factory);
100 TestReferenceCountedSingletonFactory factory;
101 rcsf_ptr<MyExistenceWatcher> one(&factory);
110 TestReferenceCountedSingletonFactory factory;
111 rcsf_ptr<MyExistenceWatcher> one(&factory);
120 TestReferenceCountedSingletonFactory factory;
121 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory);
136 TestReferenceCountedSingletonFactory factory;
138 rcsf_ptr<MyExistenceWatcher> one(&factory);