Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringListTest.cpp385 EXPECT_EQ("", s.CopyList()); in TEST()
386 EXPECT_EQ("", s.CopyList("+")); in TEST()
393 EXPECT_EQ("ab", s.CopyList()); in TEST()
394 EXPECT_EQ("-ab", s.CopyList("-")); in TEST()
397 TEST(StringListTest, CopyList) { in TEST() argument
402 EXPECT_EQ("ab\ncd", s.CopyList()); in TEST()
403 EXPECT_EQ("-ab\n-cd", s.CopyList("-")); in TEST()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp148 std::string source_string(lines.CopyList()); in IOHandlerIsInputComplete()
457 std::string code(m_code.CopyList()); in IOHandlerInputComplete()
522 current_code.append(m_code.CopyList()); in IOHandlerComplete()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringList.h101 std::string CopyList(const char *item_preamble = nullptr,
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringList.cpp198 std::string StringList::CopyList(const char *item_preamble, in CopyList() function in StringList
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp575 line = lines.CopyList(); in Run()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp195 lines.CopyList(" ").c_str()); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1269 std::string function_def_string(function_def.CopyList()); in ExportFunctionDefinitionToInterpreter()