Searched refs:nsValueArrayCount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsValueArray.h54 typedef PRUint32 nsValueArrayCount; typedef
62 nsValueArrayCount aInitialCapacity = 0);
76 inline nsValueArrayCount Count() const {
80 inline nsValueArrayCount Capacity() const {
119 nsValueArrayCount mCount;
120 nsValueArrayCount mCapacity;
H A DnsValueArray.cpp58 nsValueArray::nsValueArray(nsValueArrayValue aMaxValue, nsValueArrayCount aInitialCapacity) {
145 nsValueArrayCount count = Count();
152 nsValueArrayCount growBy = NSVALUEARRAY_LINEAR_GROWBY;
223 nsValueArrayCount count = Count();
245 nsValueArrayCount count = Count();

Completed in 43 milliseconds