Searched defs:AppendList (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBStringList.cpp86 SBStringList::AppendList (const char **strv, int strc) function in class:SBStringList
92 m_opaque_ap->AppendList (strv, strc);
99 SBStringList::AppendList (const SBStringList &strings) function in class:SBStringList
105 m_opaque_ap->AppendList (*(strings.m_opaque_ap));
/external/lldb/source/Core/
H A DStringList.cpp66 StringList::AppendList (const char **strv, int strc) function in class:StringList
76 StringList::AppendList (StringList strings) function in class:StringList
259 AppendList(strings);

Completed in 753 milliseconds