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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp413 PRUint32 countElements; local
414 if (NS_FAILED( aElements->Count( &countElements ) ))
418 if (mArraySize < (mCount + countElements)) {
420 if (!GrowArrayBy(countElements))
428 ::memmove(mArray + aIndex + countElements, mArray + aIndex,
432 for (PRUint32 i = 0; i < countElements; ++i, ++mCount) {

Completed in 52 milliseconds