Searched defs:set_progress (Results 1 – 2 of 2) sorted by relevance
105 const std::string& path, const std::function<void(float)>& set_progress) { in CreateMemoryPackage()116 const std::string& path, const std::function<void(float)>& set_progress) { in CreateFilePackage()133 std::vector<uint8_t> content, const std::function<void(float)>& set_progress) { in CreateMemoryPackage()138 const std::function<void(float)>& set_progress) in MemoryPackage()146 const std::function<void(float)>& set_progress) in MemoryPackage()200 const std::function<void(float)>& set_progress) in FilePackage()
555 TEST_F(UpdaterTest, set_progress) { in TEST_F() argument