Searched refs:TargetWithFactory (Results 1 – 4 of 4) sorted by relevance
35 struct TargetWithFactory : public Target { struct36 TargetWithFactory() : factory(this) {} in TargetWithFactory() argument215 std::unique_ptr<TargetWithFactory> target( in TEST()216 NewObjectCreatedOnTaskQueue<TargetWithFactory>()); in TEST()225 auto target = std::make_unique<TargetWithFactory>(); in TEST()
99 struct TargetWithFactory : public Target { struct100 TargetWithFactory() = default;177 void BindToCurrentSequence(TargetWithFactory* target_with_factory) { in BindToCurrentSequence()239 static void DoBindToCurrentSequence(TargetWithFactory* target_with_factory, in DoBindToCurrentSequence()611 std::unique_ptr<TargetWithFactory> target(new TargetWithFactory); in TEST()775 TargetWithFactory target_with_factory; in TEST()
80 struct TargetWithFactory : public Target { struct81 TargetWithFactory() : factory(this) {} in TargetWithFactory() argument490 std::unique_ptr<TargetWithFactory> target(new TargetWithFactory); in TEST()