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