Searched refs:is_selected (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1025 // is selected in the form window, then is_selected will be true.
1026 virtual void FieldDelegateDraw(Surface &surface, bool is_selected) = 0;
1112 void DrawContent(Surface &surface, bool is_selected) { argument
1121 if (is_selected)
1128 if (is_selected)
1132 void DrawField(Surface &surface, bool is_selected) { argument
1139 DrawContent(content_surface, is_selected);
1153 void FieldDelegateDraw(Surface &surface, bool is_selected) override {
1160 DrawField(field_surface, is_selected);
1465 void FieldDelegateDraw(Surface &surface, bool is_selected) overrid
1545 DrawContent(Surface &surface, bool is_selected) argument
1782 DrawFields(Surface &surface, bool is_selected) argument
1807 DrawNewButton(Surface &surface, bool is_selected) argument
2264 Draw(Surface &surface, bool is_selected) argument
4109 const bool is_selected = (i == static_cast<size_t>(selected_idx)); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1732 bool is_selected = false; local
1735 is_selected = true;
1737 strm.Printf("%c ", is_selected ? '*' : ' ');
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc6133 const bool is_selected = is_runnable && !is_in_another_shard;
6136 num_selected_tests += is_selected;
6138 test_info->should_run_ = is_selected;
6139 test_suite->set_should_run(test_suite->should_run() || is_selected);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp147 bool is_selected = target_sp.get() == selected_target_sp.get(); local
148 DumpTargetInfo(i, target_sp.get(), is_selected ? "* " : " ",

Completed in 122 milliseconds