Home
last modified time | relevance | path

Searched refs:OnProgress (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.h91 BackgroundQueue(std::function<void(Stats)> OnProgress = nullptr)
92 : OnProgress(OnProgress) {} in OnProgress() function
124 std::function<void(Stats)> OnProgress; variable
137 std::function<void(BackgroundQueue::Stats)> OnProgress = nullptr; member
DBackgroundQueue.cpp129 if (OnProgress) in notifyProgress()
130 OnProgress(Stat); in notifyProgress()
DBackground.cpp102 Queue(std::move(Opts.OnProgress)), in BackgroundIndex()
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; property
95 property OnProgress;
123 property OnProgress;
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp182 BGOpts.OnProgress = [Callbacks](BackgroundQueue::Stats S) { in __anonb0c0fe120702()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1095 …virtual STDMETHODIMP_(int) OnProgress(__in DWORD dwProgressPercentage, __in DWORD dwOverallProgres… in OnProgress() function in PythonBootstrapperApplication
1108 return __super::OnProgress(dwProgressPercentage, dwOverallProgressPercentage); in OnProgress()