Searched refs:fills (Results 1 – 1 of 1) sorted by relevance
161 std::string fills = std::string(fill_count, '='); in Display() local165 if (!fills.empty() && !dashes.empty()) { in Display()166 fills[fills.size() - 1] = '>'; in Display()170 fprintf(stdout, "%s[%s%s%s", kGreenColor, fills.c_str(), kRedColor, dashes.c_str()); in Display()