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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSCollection.h291 * @function getCapacityIncrement
310 virtual unsigned int getCapacityIncrement() const = 0;
H A DOSSerialize.h277 virtual unsigned int getCapacityIncrement() const;
H A DOSArray.h345 * getCapacityIncrement@/link</code>
355 * @function getCapacityIncrement
367 virtual unsigned int getCapacityIncrement() const;
H A DOSData.h403 * //apple_ref/cpp/instm/OSData/getCapacityIncrement/virtualunsignedint/()
404 * getCapacityIncrement@/link</code>
417 * @function getCapacityIncrement
432 virtual unsigned int getCapacityIncrement() const;
H A DOSOrderedSet.h283 * //apple_ref/cpp/instm/OSOrderedSet/getCapacityIncrement/virtualunsignedint/()
284 * getCapacityIncrement@/link</code>
294 * @function getCapacityIncrement
306 virtual unsigned int getCapacityIncrement() const;
H A DOSSet.h422 * //apple_ref/cpp/instm/OSSet/getCapacityIncrement/virtualunsignedint/()
423 * getCapacityIncrement@/link</code>
433 * @function getCapacityIncrement
445 virtual unsigned int getCapacityIncrement() const;
H A DOSDictionary.h471 * //apple_ref/cpp/instm/OSDictionary/getCapacityIncrement/virtualunsignedint/()
472 * getCapacityIncrement@/link</code>
482 * @function getCapacityIncrement
494 virtual unsigned int getCapacityIncrement() const;
/darwin-on-arm/xnu/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());
/darwin-on-arm/xnu/libkern/c++/
H A DOSSerialize.cpp192 unsigned int OSSerialize::getCapacityIncrement() const { return capacityIncrement; } function in class:OSSerialize
H A DOSSet.cpp176 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 DOSData.cpp212 unsigned int OSData::getCapacityIncrement() const function in class:OSData
H A DOSOrderedSet.cpp117 unsigned int OSOrderedSet::getCapacityIncrement() const function in class:OSOrderedSet
H A DOSDictionary.cpp264 unsigned int OSDictionary::getCapacityIncrement() const function in class:OSDictionary

Completed in 99 milliseconds