Searched refs:getCapacityIncrement (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSCollection.h121 @function getCapacityIncrement
125 virtual unsigned int getCapacityIncrement() const = 0;
H A DOSSerialize.h87 virtual unsigned int getCapacityIncrement() const;
H A DOSArray.h148 @function getCapacityIncrement
152 virtual unsigned int getCapacityIncrement() const;
H A DOSData.h160 @function getCapacityIncrement
164 virtual unsigned int getCapacityIncrement() const;
H A DOSOrderedSet.h126 @function getCapacityIncrement
130 virtual unsigned int getCapacityIncrement() const;
H A DOSSet.h159 @function getCapacityIncrement
163 virtual unsigned int getCapacityIncrement() const;
H A DOSDictionary.h185 @function getCapacityIncrement
188 virtual unsigned int getCapacityIncrement() const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp65 TEST_ASSERT('A', "1d", 1 == array1->getCapacityIncrement());
67 TEST_ASSERT('A', "1f", 4 == array1->getCapacityIncrement());
101 numStrCache == (int) array1->getCapacityIncrement());
304 TEST_ASSERT('S', "1d", 1 == set1->getCapacityIncrement());
306 TEST_ASSERT('S', "1f", 4 == set1->getCapacityIncrement());
341 numStrCache == (int) set1->getCapacityIncrement());
510 TEST_ASSERT('D', "1d", 1 == dict1->getCapacityIncrement());
512 TEST_ASSERT('D', "1f", 4 == dict1->getCapacityIncrement());
555 numSymbols == (int) dict1->getCapacityIncrement());
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSerialize.cpp191 unsigned int OSSerialize::getCapacityIncrement() const { return capacityIncrement; } function in class:OSSerialize
H A DOSData.cpp200 unsigned int OSData::getCapacityIncrement() const function in class:OSData
H A DOSSet.cpp175 unsigned int OSSet::getCapacityIncrement() const function in class:OSSet
H A DOSArray.cpp179 unsigned int OSArray::getCapacityIncrement() const { return capacityIncrement; } function in class:OSArray
H A DOSOrderedSet.cpp117 unsigned int OSOrderedSet::getCapacityIncrement() const function in class:OSOrderedSet
H A DOSDictionary.cpp253 unsigned int OSDictionary::getCapacityIncrement() const function in class:OSDictionary

Completed in 42 milliseconds