Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestCollections.cpp69 TEST_ASSERT('A', "1d", 1 == array1->getCapacityIncrement()); in testArray()
71 TEST_ASSERT('A', "1f", 4 == array1->getCapacityIncrement()); in testArray()
107 numStrCache == (int) array1->getCapacityIncrement()); in testArray()
323 TEST_ASSERT('S', "1d", 1 == set1->getCapacityIncrement()); in testSet()
325 TEST_ASSERT('S', "1f", 4 == set1->getCapacityIncrement()); in testSet()
362 numStrCache == (int) set1->getCapacityIncrement()); in testSet()
539 TEST_ASSERT('D', "1d", 1 == dict1->getCapacityIncrement()); in testDictionary()
541 TEST_ASSERT('D', "1f", 4 == dict1->getCapacityIncrement()); in testDictionary()
586 numSymbols == (int) dict1->getCapacityIncrement()); in testDictionary()
/xnu-11215/libkern/libkern/c++/
H A DOSCollection.h324 virtual unsigned int getCapacityIncrement() const = 0;
H A DOSSet.h461 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
H A DOSArray.h388 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
H A DOSSerialize.h311 virtual unsigned int getCapacityIncrement() const;
H A DOSOrderedSet.h317 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
H A DOSDictionary.h524 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
H A DOSData.h616 virtual unsigned int getCapacityIncrement() const;
/xnu-11215/libkern/c++/
H A DOSSerialize.cpp266 OSSerialize::getCapacityIncrement() const in getCapacityIncrement() function in OSSerialize
H A DOSSet.cpp196 OSSet::getCapacityIncrement() const in getCapacityIncrement() function in OSSet
H A DOSOrderedSet.cpp148 OSOrderedSet::getCapacityIncrement() const in getCapacityIncrement() function in OSOrderedSet
H A DOSArray.cpp192 OSArray::getCapacityIncrement() const in getCapacityIncrement() function in OSArray
H A DOSData.cpp256 OSData::getCapacityIncrement() const in getCapacityIncrement() function in OSData
H A DOSDictionary.cpp302 OSDictionary::getCapacityIncrement() const in getCapacityIncrement() function in OSDictionary