Searched refs:AppendList (Results 1 – 9 of 9) sorted by relevance
69 void SBStringList::AppendList(const char **strv, int strc) { in AppendList() function in SBStringList74 m_opaque_up->AppendList(strv, strc); in AppendList()80 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() function in SBStringList86 m_opaque_up->AppendList(*(strings.m_opaque_up)); in AppendList()90 void SBStringList::AppendList(const StringList &strings) { in AppendList() function in SBStringList93 m_opaque_up->AppendList(strings); in AppendList()
285 matches.AppendList(temp_matches_list); in HandleCompletionWithDescriptions()287 descriptions.AppendList(temp_descriptions_list); in HandleCompletionWithDescriptions()
301 commands.AppendList(command_list); in GetCommandLineCommands()
488 commands.AppendList(command_list); in GetCommandLineCommands()
509 commands.AppendList(command_list); in GetCommandLineCommands()
32 void AppendList(const char **strv, int strc);34 void AppendList(const lldb::SBStringList &strings);53 void AppendList(const lldb_private::StringList &strings);
33 AppendList (const char **strv, int strc);36 AppendList (const lldb::SBStringList &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 <<()