Searched defs:growth_factor (Results 1 – 2 of 2) sorted by relevance
3304 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress()3309 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress()
1065 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance()