Searched defs:is_selected (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1112 void DrawContent(Surface &surface, bool is_selected) { in DrawContent() argument 1132 void DrawField(Surface &surface, bool is_selected) { in DrawField() argument 1153 void FieldDelegateDraw(Surface &surface, bool is_selected) override { in FieldDelegateDraw() argument 1465 void FieldDelegateDraw(Surface &surface, bool is_selected) overrid argument 1545 DrawContent(Surface & surface,bool is_selected) DrawContent() argument 1561 FieldDelegateDraw(Surface & surface,bool is_selected) FieldDelegateDraw() argument 1782 DrawFields(Surface & surface,bool is_selected) DrawFields() argument 1807 DrawNewButton(Surface & surface,bool is_selected) DrawNewButton() argument 1820 FieldDelegateDraw(Surface & surface,bool is_selected) FieldDelegateDraw() argument 2075 FieldDelegateDraw(Surface & surface,bool is_selected) FieldDelegateDraw() argument 2264 Draw(Surface & surface,bool is_selected) Draw() argument 4109 const bool is_selected = (i == static_cast<size_t>(selected_idx)); WindowDelegateDraw() local [all...] |
/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 1745 bool is_selected = false; GetStatus() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 147 bool is_selected = target_sp.get() == selected_target_sp.get(); in DumpTargetList() local
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest.cc | 6133 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
|