Home
last modified time | relevance | path

Searched refs:AppendList (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/API/
DSBStringList.cpp86 SBStringList::AppendList (const char **strv, int strc) in AppendList() function in SBStringList
92 m_opaque_ap->AppendList (strv, strc); in AppendList()
99 SBStringList::AppendList (const SBStringList &strings) in AppendList() function in SBStringList
105 m_opaque_ap->AppendList (*(strings.m_opaque_ap)); in AppendList()
DSBCommandInterpreter.cpp177 matches.AppendList (temp_list); in HandleCompletion()
/external/lldb/test/python_api/default-constructor/
Dsb_stringlist.py11 obj.AppendList(None, 0)
12 obj.AppendList(lldb.SBStringList())
/external/lldb/scripts/Python/interface/
DSBStringList.i29 AppendList (const char **strv, int strc);
32 AppendList (const lldb::SBStringList &strings);
/external/lldb/include/lldb/API/
DSBStringList.h37 AppendList (const char **strv, int strc);
40 AppendList (const lldb::SBStringList &strings);
/external/lldb/include/lldb/Core/
DStringList.h43 AppendList (const char ** strv, int strc);
46 AppendList (StringList strings);
/external/lldb/source/Core/
DStringList.cpp66 StringList::AppendList (const char **strv, int strc) in AppendList() function in StringList
76 StringList::AppendList (StringList strings) in AppendList() function in StringList
259 AppendList(strings); in operator <<()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp1364 data_ap->user_source.AppendList (commands_in_progress); in GenerateBreakpointOptionsCommandCallback()
1481 data_ap->user_source.AppendList (commands_in_progress); in GenerateWatchpointOptionsCommandCallback()
/external/lldb/www/python_reference/
Dapi-objects.txt3553 lldb.SBStringList.AppendList lldb.SBStringList-class.html#AppendList