Searched refs:skip_first_count (Results 1 – 1 of 1) sorted by relevance
487 size_t skip_first_count, in OutputColoredStringTruncated() argument498 string = string.substr(skip_first_count); in OutputColoredStringTruncated()506 if (skip_first_count > 0) { in OutputColoredStringTruncated()507 int skip = std::min(esc_pos, skip_first_count); in OutputColoredStringTruncated()509 skip_first_count -= skip; in OutputColoredStringTruncated()