Searched defs:Cancelable (Results 1 – 1 of 1) sorted by relevance
24 struct Cancelable { struct25 Cancelable() : weak_ptr_factory(this) {} in Cancelable() function27 void NopTask() {} in NopTask()29 WeakPtrFactory<Cancelable> weak_ptr_factory;