Lines Matching refs:this
62 if (this != &other) {
66 return *this;
88 return *this;
93 graph_iterator result = *this;
168 my_allocator.delete_object(this, ed); in execute()
177 my_allocator.delete_object(this, ed); in cancel()
282 try_call([this] { in wait_for_all()
283 my_task_arena->execute([this] { in wait_for_all()
287 }).on_exception([this] { in wait_for_all()
367 this->~graph_task(); in destruct_and_deallocate()
368 allocator.deallocate(static_cast<DerivedType*>(this), ed); in destruct_and_deallocate()