Searched defs:Progress (Results 1 – 7 of 7) sorted by relevance
25 struct Progress { struct26 uint32_t percent = 0;27 UpgradeStatus status = UpgradeStatus::INIT;28 std::string endReason;
37 struct Progress { struct38 CommonProgress commonData; argument39 std::string sizes;40 std::string processed;41 std::string extras;
28 Progress, enumerator53 pub(crate) struct Progress { struct54 pub(crate) common_data: CommonProgress, argument56 pub(crate) sizes: Vec<i64>,58 pub(crate) processed: Vec<usize>,59 pub(crate) extras: HashMap<String, String>,90 impl Progress { impl
87 impl Progress { impl
178 struct Progress { struct179 State state;180 uint32_t index;181 uint64_t processed;182 uint64_t totalProcessed;183 std::vector<int64_t> sizes;184 std::map<std::string, std::string> extras;185 std::vector<uint8_t> bodyBytes;
150 Progress(ProgressNotify), enumerator
604 Progress, enumerator