Home
last modified time | relevance | path

Searched defs:OnProgress (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.h92 : OnProgress(OnProgress) {} in OnProgress() function
124 std::function<void(Stats)> OnProgress; variable
137 std::function<void(BackgroundQueue::Stats)> OnProgress = nullptr; member
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; property
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1095 …virtual STDMETHODIMP_(int) OnProgress(__in DWORD dwProgressPercentage, __in DWORD dwOverallProgres… in OnProgress() function in PythonBootstrapperApplication