Searched defs:AppendList (Results 1 - 3 of 3) 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/deqp/framework/delibs/decpp/
H A DdeAppendList.hpp38 * AppendList provides data structure for recording ordered list of elements
42 * AppendList allocates memory in blocks of blockSize elements. Choosing
48 * For that reason shared AppendList should not be used if there is a lot
49 * of contention and instead per-thread AppendList's are recommended.
52 class AppendList class in namespace:de
55 AppendList (size_t blockSize);
56 ~AppendList (void);
65 AppendList (const AppendList<ElementType>&);
66 AppendList<ElementTyp
164 AppendList<ElementType>::AppendList (size_t blockSize) function in class:de::AppendList
[all...]
/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 213 milliseconds