Home
last modified time | relevance | path

Searched refs:skip_first_count (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp487 size_t skip_first_count, in OutputColoredStringTruncated() argument
498 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()