Searched refs:PutCStringTruncated (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 425 void PutCStringTruncated(int right_pad, const char *s, int len = -1) { in PutCStringTruncated() function in curses::Window 474 PutCStringTruncated(right_pad, strm.GetData()); in PrintfTruncated() 500 PutCStringTruncated(right_pad, string.data(), string.size()); in OutputColoredStringTruncated() 513 PutCStringTruncated(right_pad, string.data(), esc_pos); in OutputColoredStringTruncated() 669 PutCStringTruncated(1, bottom_message); in DrawTitleBox() 2026 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem() 2085 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem() 2175 window.PutCStringTruncated(right_pad, strm.GetString().str().c_str()); in TreeDelegateDrawTreeItem() 2481 window.PutCStringTruncated(1, name); in DisplayRowObject() 2488 window.PutCStringTruncated(1, " = "); in DisplayRowObject() [all …]
|