Searched defs:TargetWithFactory (Results 1 – 3 of 3) sorted by relevance
35 struct TargetWithFactory : public Target { struct36 TargetWithFactory() : factory(this) {} in TargetWithFactory() argument37 WeakPtrFactory<Target> factory;
80 struct TargetWithFactory : public Target { struct81 TargetWithFactory() : factory(this) {} in TargetWithFactory() function82 WeakPtrFactory<Target> factory;
94 struct TargetWithFactory : public Target { struct95 TargetWithFactory() {} in TargetWithFactory() function96 WeakPtrFactory<Target> factory{this};