Searched refs:pending_removed_ (Results 1 – 2 of 2) sorted by relevance
51 DCHECK_EQ(pending_removed_.count(observer), 0); in RemoveAllocationObserver()52 pending_removed_.insert(observer); in RemoveAllocationObserver()98 DCHECK(pending_removed_.empty()); in InvokeAllocationObservers()137 if (!pending_removed_.empty()) { in InvokeAllocationObservers()141 return pending_removed_.count(aoc.observer_) != 0; in InvokeAllocationObservers()143 pending_removed_.clear(); in InvokeAllocationObservers()
108 std::unordered_set<AllocationObserver*> pending_removed_; variable