Searched refs:callback_on_empty_ (Results 1 – 1 of 1) sorted by relevance
153 log::assert_that(callback_on_empty_.is_null(), "assert failed: callback_on_empty_.is_null()"); in NotifyOnEmpty()154 callback_on_empty_ = std::move(callback); in NotifyOnEmpty()164 if (!callback_on_empty_.is_null()) { in enqueue_callback()165 std::move(callback_on_empty_).Run(); in enqueue_callback()175 common::OnceClosure callback_on_empty_; variable