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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.h65 inline PRInt32 GetArraySize() const { function in class:nsVoidArray
346 PRInt32 GetArraySize() const;
H A DnsVoidArray.cpp154 PRUint32 oldsize = GetArraySize();
257 PRUint32 newCapacity = GetArraySize() + aGrowBy; // Minimum increase
266 if (GetArraySize() >= kMaxGrowArrayBy)
268 newCapacity = GetArraySize() + PR_MAX(kMaxGrowArrayBy,aGrowBy);
313 PRInt32 maxCount = GetArraySize();
394 if (oldCount >= GetArraySize())
439 if (oldCount + otherCount > GetArraySize())
482 if (PRUint32(aIndex) >= PRUint32(GetArraySize()))
606 if (GetArraySize() > Count())
689 if (IsArrayOwner() && GetArraySize() >
1203 nsSmallVoidArray::GetArraySize() const function in class:nsSmallVoidArray
[all...]

Completed in 46 milliseconds