Searched refs:AppendList (Results 1 – 5 of 5) sorted by relevance
86 SBStringList::AppendList (const char **strv, int strc) in AppendList() function in SBStringList92 m_opaque_ap->AppendList (strv, strc); in AppendList()99 SBStringList::AppendList (const SBStringList &strings) in AppendList() function in SBStringList105 m_opaque_ap->AppendList (*(strings.m_opaque_ap)); in AppendList()
193 matches.AppendList (temp_list); in HandleCompletion()
37 AppendList (const char **strv, int strc);40 AppendList (const lldb::SBStringList &strings);
46 AppendList (const char ** strv, int strc);49 AppendList (StringList strings);
72 StringList::AppendList (const char **strv, int strc) in AppendList() function in StringList82 StringList::AppendList (StringList strings) in AppendList() function in StringList304 AppendList(strings); in operator <<()