|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Utility/StringList.h 51 size_t GetSize() const;
References
tools/lldb/include/lldb/Core/IOHandler.h 308 const size_t num_lines = lines.GetSize();
tools/lldb/include/lldb/Utility/CompletionRequest.h 186 lldbassert(completions.GetSize() == descriptions.GetSize());
186 lldbassert(completions.GetSize() == descriptions.GetSize());
187 for (std::size_t i = 0; i < completions.GetSize(); ++i)
tools/lldb/source/API/SBCommandInterpreter.cpp 395 if (lldb_matches.GetSize() == 1) {
tools/lldb/source/API/SBStringList.cpp 106 return m_opaque_up->GetSize();
tools/lldb/source/Breakpoint/BreakpointOptions.cpp 33 size_t num_strings = user_source.GetSize();
586 (data && data->user_source.GetSize() > 0) ? "yes" : "no");
599 if (data && data->user_source.GetSize() > 0) {
600 const size_t num_strings = data->user_source.GetSize();
630 if (commands.GetSize() > 0) {
tools/lldb/source/Breakpoint/WatchpointOptions.cpp 164 (data && data->user_source.GetSize() > 0) ? "yes" : "no");
172 if (data && data->user_source.GetSize() > 0) {
tools/lldb/source/Commands/CommandCompletions.cpp 299 if (g_property_names.GetSize() == 0) {
tools/lldb/source/Commands/CommandObjectApropos.cpp 57 if (commands_found.GetSize() == 0) {
63 if (commands_found.GetSize() > 0) {
68 for (size_t i = 0; i < commands_found.GetSize(); ++i)
tools/lldb/source/Commands/CommandObjectCommands.cpp 1604 if (lines.GetSize() > 0) {
tools/lldb/source/Commands/CommandObjectExpression.cpp 514 const size_t num_lines = lines.GetSize();
tools/lldb/source/Commands/CommandObjectHelp.cpp 122 if (found_cmd == nullptr || matches.GetSize() > 1) {
133 if (matches.GetSize() >= 2) {
136 size_t num_matches = matches.GetSize();
173 } else if (matches.GetSize() > 0) {
177 const size_t match_count = matches.GetSize();
tools/lldb/source/Commands/CommandObjectMultiword.cpp 127 const size_t num_subcmd_matches = matches.GetSize();
192 if (new_matches.GetSize() == 1 &&
tools/lldb/source/Commands/CommandObjectType.cpp 170 if (lines.GetSize() > 0) {
402 if (lines.GetSize() > 0) {
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp 279 if (commands.GetSize() > 0) {
tools/lldb/source/Core/IOHandler.cpp 524 m_base_line_number + (uint32_t)lines.GetSize(),
529 m_curr_line_idx = lines.GetSize();
539 success = lines.GetSize() > 0;
857 size_t GetNumLines() const { return m_text.GetSize(); }
3311 const size_t num_lines = m_text.GetSize();
3330 const size_t num_lines = m_text.GetSize();
tools/lldb/source/Expression/REPL.cpp 134 const size_t num_lines = lines.GetSize();
147 std::string last_line = lines[lines.GetSize() - 1];
165 if (!lines.GetSize()) {
191 .SetBaseLineNumber(m_code.GetSize() + 1);
280 m_code.GetSize() + 1);
395 const uint32_t new_default_line = m_code.GetSize() + 1;
423 .SetBaseLineNumber(m_code.GetSize() + 1);
475 if (current_line_idx < current_lines->GetSize()) {
492 assert(matches.GetSize() == 1);
tools/lldb/source/Host/common/Editline.cpp 631 for (unsigned index = 0; index < lines.GetSize(); index++) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp 843 return matches.GetSize();
1099 if (cmd_obj_sp || regular_matches.GetSize() > 0)
1777 if (new_matches.GetSize() && cmd_obj && cmd_obj->IsMultiwordObject() &&
2187 size_t num_lines = commands.GetSize();
3025 const size_t num_matches = matches.GetSize();
3026 if (matches.GetSize() > 1) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp 1355 int num_lines = input.GetSize();
1416 if (user_input.GetSize() == 0)
1443 if (user_input.GetSize() == 0)
1464 int num_lines = user_input.GetSize();
1468 if (user_input.GetSize() == 0)
2141 if (user_input.GetSize() == 0) {
2170 if (user_input.GetSize() == 0)
tools/lldb/source/Target/Target.cpp 2630 (cur_hook_sp->GetCommands().GetSize() == 1
3213 uint32_t num_commands = m_commands.GetSize();
tools/lldb/source/Utility/StringList.cpp 64 m_strings.reserve(m_strings.size() + strings.GetSize());
87 size_t size = GetSize();
180 if (GetSize() == 0)
195 for (size_t i = 0; i < GetSize(); i++) {
tools/lldb/unittests/Interpreter/TestCompletion.cpp 107 for (size_t I = 0; I < Paths.GetSize(); ++I) {
120 ASSERT_EQ(4u, Results.GetSize());
128 ASSERT_EQ(2u, Results.GetSize());
139 for (size_t Idx = 0; Idx < SL.GetSize(); ++Idx)
161 ASSERT_EQ(1u, Results.GetSize());
165 ASSERT_EQ(0u, Results.GetSize());
169 ASSERT_EQ(7u, Results.GetSize());
193 ASSERT_EQ(1u, Results.GetSize());
199 ASSERT_EQ(1u, Results.GetSize());
204 ASSERT_EQ(13u, Results.GetSize());
222 ASSERT_EQ(5u, Results.GetSize());
tools/lldb/unittests/Utility/CompletionRequestTest.cpp 61 EXPECT_EQ(1U, descriptions.GetSize());
132 EXPECT_EQ(1U, matches.GetSize());
139 EXPECT_EQ(1U, matches.GetSize());
147 EXPECT_EQ(2U, matches.GetSize());
155 EXPECT_EQ(2U, matches.GetSize());
164 EXPECT_EQ(2U, matches.GetSize());
173 EXPECT_EQ(3U, matches.GetSize());
197 EXPECT_EQ(1U, matches.GetSize());
198 EXPECT_EQ(1U, descriptions.GetSize());
207 EXPECT_EQ(1U, matches.GetSize());
208 EXPECT_EQ(1U, descriptions.GetSize());
218 EXPECT_EQ(2U, matches.GetSize());
219 EXPECT_EQ(2U, descriptions.GetSize());
228 EXPECT_EQ(3U, matches.GetSize());
229 EXPECT_EQ(3U, descriptions.GetSize());
243 EXPECT_EQ(4U, matches.GetSize());
244 EXPECT_EQ(4U, descriptions.GetSize());
tools/lldb/unittests/Utility/StringListTest.cpp 18 EXPECT_EQ(0U, s.GetSize());
28 ASSERT_EQ(2U, s.GetSize());
32 ASSERT_EQ(2U, orig.GetSize());
40 ASSERT_EQ(1U, s.GetSize());
44 ASSERT_EQ(2U, s.GetSize());
52 ASSERT_EQ(1U, s.GetSize());
56 ASSERT_EQ(2U, s.GetSize());
67 ASSERT_EQ(1U, s.GetSize());
71 ASSERT_EQ(2U, s.GetSize());
82 ASSERT_EQ(1U, s.GetSize());
86 ASSERT_EQ(2U, s.GetSize());
94 ASSERT_EQ(1U, s.GetSize());
98 ASSERT_EQ(2U, s.GetSize());
109 ASSERT_EQ(1U, s.GetSize());
113 ASSERT_EQ(2U, s.GetSize());
121 EXPECT_EQ(0U, s.GetSize());
129 EXPECT_EQ(3U, s.GetSize());
146 EXPECT_EQ(3U, s.GetSize());
151 EXPECT_EQ(3U, other.GetSize());
158 EXPECT_EQ(6U, s.GetSize());
166 EXPECT_EQ(3U, other.GetSize());
175 EXPECT_EQ(1U, s.GetSize());
178 EXPECT_EQ(2U, s.GetSize());
181 EXPECT_EQ(3U, s.GetSize());
187 EXPECT_EQ(3U, s.GetSize());
196 EXPECT_EQ(4U, s.GetSize());
206 EXPECT_EQ(1U, s.GetSize());
213 EXPECT_EQ(0U, s.GetSize());
264 EXPECT_EQ(0U, s.GetSize());
268 EXPECT_EQ(0U, s.GetSize());
273 EXPECT_EQ(0U, s.GetSize());
283 EXPECT_EQ(2U, s.GetSize());
288 EXPECT_EQ(1U, s.GetSize());
292 EXPECT_EQ(0U, s.GetSize());
300 EXPECT_EQ(0U, s.GetSize());
317 EXPECT_EQ(3U, s.GetSize());
327 EXPECT_EQ(1U, s.GetSize());
331 EXPECT_EQ(2U, s.GetSize());
340 EXPECT_EQ(1U, s.GetSize());
344 EXPECT_EQ(2U, s.GetSize());
353 EXPECT_EQ(1U, s.GetSize());
359 EXPECT_EQ(2U, s.GetSize());
369 EXPECT_EQ(1U, s.GetSize());
378 EXPECT_EQ(1U, s.GetSize());