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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp465 nsSupportsArray::RemoveElementsAt(PRUint32 aIndex, PRUint32 aCount) function in class:nsSupportsArray
H A DnsVoidArray.cpp558 PRBool nsVoidArray::RemoveElementsAt(PRInt32 aIndex, PRInt32 aCount) function in class:nsVoidArray
561 NS_ASSERTION(aIndex >= 0,"RemoveElementsAt(negative index)");
1426 nsSmallVoidArray::RemoveElementsAt(PRInt32 aIndex, PRInt32 aCount) function in class:nsSmallVoidArray
1444 return vector->RemoveElementsAt(aIndex,aCount);

Completed in 46 milliseconds