Searched refs:getCapacityIncrement (Results 1 – 14 of 14) sorted by relevance
| /xnu-11215/iokit/Tests/ |
| H A D | TestCollections.cpp | 69 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 D | OSCollection.h | 324 virtual unsigned int getCapacityIncrement() const = 0;
|
| H A D | OSSet.h | 461 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSArray.h | 388 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSSerialize.h | 311 virtual unsigned int getCapacityIncrement() const;
|
| H A D | OSOrderedSet.h | 317 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSDictionary.h | 524 virtual unsigned int getCapacityIncrement() const APPLE_KEXT_OVERRIDE;
|
| H A D | OSData.h | 616 virtual unsigned int getCapacityIncrement() const;
|
| /xnu-11215/libkern/c++/ |
| H A D | OSSerialize.cpp | 266 OSSerialize::getCapacityIncrement() const in getCapacityIncrement() function in OSSerialize
|
| H A D | OSSet.cpp | 196 OSSet::getCapacityIncrement() const in getCapacityIncrement() function in OSSet
|
| H A D | OSOrderedSet.cpp | 148 OSOrderedSet::getCapacityIncrement() const in getCapacityIncrement() function in OSOrderedSet
|
| H A D | OSArray.cpp | 192 OSArray::getCapacityIncrement() const in getCapacityIncrement() function in OSArray
|
| H A D | OSData.cpp | 256 OSData::getCapacityIncrement() const in getCapacityIncrement() function in OSData
|
| H A D | OSDictionary.cpp | 302 OSDictionary::getCapacityIncrement() const in getCapacityIncrement() function in OSDictionary
|