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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.h53 class NS_COM nsVoidArray { class
55 nsVoidArray();
56 nsVoidArray(PRInt32 aCount); // initial count of aCount elements set to nsnull
57 virtual ~nsVoidArray();
59 nsVoidArray& operator=(const nsVoidArray& other);
100 PRBool InsertElementsAt(const nsVoidArray &other, PRInt32 aIndex);
111 PRBool AppendElements(nsVoidArray& aElements) {
175 nsVoidArray(const nsVoidArray
[all...]
H A DnsVoidArray.cpp37 #include "nsVoidArray.h"
139 nsVoidArray::SetArray(Impl *newImpl, PRInt32 aSize, PRInt32 aCount, PRBool owner)
152 PRBool nsVoidArray::SizeTo(PRInt32 aSize)
248 PRBool nsVoidArray::GrowArrayBy(PRInt32 aGrowBy)
284 nsVoidArray::nsVoidArray() function in class:nsVoidArray
287 MOZ_COUNT_CTOR(nsVoidArray);
297 nsVoidArray::nsVoidArray(PRInt32 aCount) function in class:nsVoidArray
300 MOZ_COUNT_CTOR(nsVoidArray);
[all...]

Completed in 50 milliseconds