Lines Matching refs:Progress
21 std::atomic<uint64_t> Progress::g_id(0);
23 Progress::Progress(std::string title, std::string details, in Progress() function in Progress
27 m_total(Progress::kNonDeterministicTotal), in Progress()
44 Progress::~Progress() { in ~Progress()
57 void Progress::Increment(uint64_t amount, in Increment()
73 void Progress::ReportProgress() { in ReportProgress()
111 void ProgressManager::Increment(const Progress::ProgressData &progress_data) { in Increment()
141 void ProgressManager::Decrement(const Progress::ProgressData &progress_data) { in Decrement()
166 const Progress::ProgressData &progress_data, EventType type) { in ReportProgress()
171 (type == EventType::Begin) ? 0 : Progress::kNonDeterministicTotal; in ReportProgress()
173 completed, Progress::kNonDeterministicTotal, in ReportProgress()