Searched refs:OnProgress (Results 1 – 4 of 4) sorted by relevance
92 BackgroundQueue(std::function<void(Stats)> OnProgress = nullptr)93 : OnProgress(OnProgress) {} in OnProgress() argument126 std::function<void(Stats)> OnProgress; variable142 std::function<void(BackgroundQueue::Stats)> OnProgress = nullptr; member
145 if (OnProgress) in notifyProgress()146 OnProgress(Stat); in notifyProgress()
100 Queue(std::move(Opts.OnProgress)), in BackgroundIndex()
208 BGOpts.OnProgress = [Callbacks](BackgroundQueue::Stats S) { in ClangdServer()