Searched refs:before_get_next_dest_callbacks_ (Results 1 – 1 of 1) sorted by relevance
51 for (const auto& callback : before_get_next_dest_callbacks_) { in BlockingGetNextDestination()79 before_get_next_dest_callbacks_.push_back(std::move(callback)); in RegisterBeforeGetNextDestinationCallback()98 std::vector<std::function<void()>> before_get_next_dest_callbacks_; variable