Searched refs:callback_on_empty_ (Results 1 – 1 of 1) sorted by relevance
139 ASSERT(callback_on_empty_.is_null()); in NotifyOnEmpty()140 callback_on_empty_ = std::move(callback); in NotifyOnEmpty()150 if (!callback_on_empty_.is_null()) { in enqueue_callback()151 std::move(callback_on_empty_).Run(); in enqueue_callback()161 common::OnceClosure callback_on_empty_; variable