Searched refs:AppendList (Results 1 – 9 of 9) sorted by relevance
76 void SBStringList::AppendList(const char **strv, int strc) { in AppendList() function in SBStringList81 m_opaque_up->AppendList(strv, strc); in AppendList()87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() function in SBStringList93 m_opaque_up->AppendList(*(strings.m_opaque_up)); in AppendList()97 void SBStringList::AppendList(const StringList &strings) { in AppendList() function in SBStringList100 m_opaque_up->AppendList(strings); in AppendList()
303 matches.AppendList(temp_matches_list); in HandleCompletionWithDescriptions()305 descriptions.AppendList(temp_descriptions_list); in HandleCompletionWithDescriptions()
301 commands.AppendList(command_list); in GetCommandLineCommands()
490 commands.AppendList(command_list); in GetCommandLineCommands()
506 commands.AppendList(command_list); in GetCommandLineCommands()
32 void AppendList(const char **strv, int strc);34 void AppendList(const lldb::SBStringList &strings);54 void AppendList(const lldb_private::StringList &strings);
50 void AppendList(const char **strv, int strc);52 void AppendList(StringList strings);
62 void StringList::AppendList(const char **strv, int strc) { in AppendList() function in StringList69 void StringList::AppendList(StringList strings) { in AppendList() function in StringList222 AppendList(strings); in operator <<()
48210 (arg1)->AppendList((char const **)arg2,arg3); in _wrap_SBStringList_AppendList__SWIG_0()48246 (arg1)->AppendList((lldb::SBStringList const &)*arg2); in _wrap_SBStringList_AppendList__SWIG_1()