Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
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()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp143 std::string source_string(lines.CopyList()); in IOHandlerIsInputComplete()
452 std::string code(m_code.CopyList()); in IOHandlerInputComplete()
517 current_code.append(m_code.CopyList()); in IOHandlerComplete()
/external/llvm-project/lldb/include/lldb/Utility/
DStringList.h98 std::string CopyList(const char *item_preamble = nullptr,
/external/llvm-project/lldb/source/Utility/
DStringList.cpp192 std::string StringList::CopyList(const char *item_preamble, in CopyList() function in StringList
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp568 line = lines.CopyList(); in Run()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp194 lines.CopyList(" ").c_str()); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1330 std::string function_def_string(function_def.CopyList()); in ExportFunctionDefinitionToInterpreter()
/external/libchrome/base/
Dvalues_unittest.cc252 TEST(ValuesTest, CopyList) { in TEST() argument