Searched refs:CopyList (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/unittests/Utility/ |
D | StringListTest.cpp | 385 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/ |
D | REPL.cpp | 143 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/ |
D | StringList.h | 98 std::string CopyList(const char *item_preamble = nullptr,
|
/external/llvm-project/lldb/source/Utility/ |
D | StringList.cpp | 192 std::string StringList::CopyList(const char *item_preamble, in CopyList() function in StringList
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandler.cpp | 568 line = lines.CopyList(); in Run()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectType.cpp | 194 lines.CopyList(" ").c_str()); in IOHandlerInputComplete()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 1330 std::string function_def_string(function_def.CopyList()); in ExportFunctionDefinitionToInterpreter()
|
/external/libchrome/base/ |
D | values_unittest.cc | 252 TEST(ValuesTest, CopyList) { in TEST() argument
|