Searched refs:TargetWithFactory (Results 1 – 2 of 2) sorted by relevance
31 struct TargetWithFactory : public Target { struct32 TargetWithFactory() : factory(this) {} in TargetWithFactory() function
53 struct TargetWithFactory : public Target { struct54 TargetWithFactory() : factory(this) {} in TargetWithFactory() argument380 scoped_ptr<TargetWithFactory> target(new TargetWithFactory); in TEST()