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