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