Searched refs:getCapacity (Results 1 - 24 of 24) sorted by relevance

/xnu-2422.115.4/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp142 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity());
158 s2->getLength(), s2->getCapacity());
/xnu-2422.115.4/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp83 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity());
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSCollection.h274 * @function getCapacity
287 virtual unsigned int getCapacity() const = 0;
H A DOSSerialize.h276 virtual unsigned int getCapacity() const;
H A DOSArray.h330 * @function getCapacity
344 * //apple_ref/cpp/instm/OSArray/getCapacity/virtualunsignedint/()
351 virtual unsigned int getCapacity() const;
H A DOSData.h391 * @function getCapacity
413 virtual unsigned int getCapacity() const;
H A DOSOrderedSet.h269 * @function getCapacity
290 virtual unsigned int getCapacity() const;
H A DOSSet.h408 * @function getCapacity
429 virtual unsigned int getCapacity() const;
H A DOSDictionary.h458 * @function getCapacity
478 virtual unsigned int getCapacity() const;
/xnu-2422.115.4/iokit/Tests/
H A DTestContainers.cpp143 TEST_ASSERT('d', "1c", test1->getCapacity() == DATA_SIZE_1);
148 TEST_ASSERT('d', "1h", test1->getCapacity() == DATA_SIZE_1);
188 TEST_ASSERT('d', "3c", test1->getCapacity() == sizeof(testData));
193 TEST_ASSERT('d', "3h", test1->getCapacity() == sizeof(testData));
H A DTestCollections.cpp64 TEST_ASSERT('A', "1c", 1 == array1->getCapacity());
99 TEST_ASSERT('A', "2c", numStrCache == (int) array1->getCapacity());
303 TEST_ASSERT('S', "1c", 1 == set1->getCapacity());
339 TEST_ASSERT('S', "2c", numStrCache == (int) set1->getCapacity());
509 TEST_ASSERT('D', "1c", 1 == dict1->getCapacity());
553 TEST_ASSERT('D', "2d", numSymbols == (int) dict1->getCapacity());
/xnu-2422.115.4/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h242 * getCapacity:
246 virtual vm_size_t getCapacity() const;
/xnu-2422.115.4/libkern/c++/
H A DOSSerialize.cpp191 unsigned int OSSerialize::getCapacity() const { return capacity; } function in class:OSSerialize
H A DOSSet.cpp171 unsigned int OSSet::getCapacity() const function in class:OSSet
H A DOSArray.cpp178 unsigned int OSArray::getCapacity() const { return capacity; } function in class:OSArray
H A DOSData.cpp210 unsigned int OSData::getCapacity() const { return capacity; } function in class:OSData
H A DOSOrderedSet.cpp116 unsigned int OSOrderedSet::getCapacity() const { return capacity; } function in class:OSOrderedSet
H A DOSDictionary.cpp262 unsigned int OSDictionary::getCapacity() const { return capacity; } function in class:OSDictionary
H A DOSUnserializeXML.cpp2713 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSUnserializeXML.y1101 OSSet *set = OSSet::withArray(array, array->getCapacity());
/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp585 * getCapacity:
589 vm_size_t IOBufferMemoryDescriptor::getCapacity() const function in class:IOBufferMemoryDescriptor
H A DIORegistryEntry.cpp487 getPropertyTable()->getCapacity() );
H A DIOServicePM.cpp6693 if (size2cpy > (dest->getCapacity() - dest->getLength()) ) {
6783 if (size2cpy > (dest->getCapacity() - dest->getLength())) {
H A DIOPMrootDomain.cpp7112 if (noAckApps->getCount() == noAckApps->getCapacity()) {

Completed in 192 milliseconds