Searched refs:fill_count (Results 1 – 1 of 1) sorted by relevance
173 uint32_t fill_count = progress.bytes_processed / bytes_per_col; in Display() local174 uint32_t dash_count = kColumns - fill_count; in Display()175 std::string fills = std::string(fill_count, '='); in Display()