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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp137 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity());
153 s2->getLength(), s2->getCapacity());
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSCollection.h115 @function getCapacity
119 virtual unsigned int getCapacity() const = 0;
H A DOSSerialize.h86 virtual unsigned int getCapacity() const;
H A DOSArray.h142 @function getCapacity
146 virtual unsigned int getCapacity() const;
H A DOSData.h154 @function getCapacity
158 virtual unsigned int getCapacity() const;
H A DOSOrderedSet.h120 @function getCapacity
124 virtual unsigned int getCapacity() const;
H A DOSSet.h153 @function getCapacity
157 virtual unsigned int getCapacity() const;
H A DOSDictionary.h179 @function getCapacity
183 virtual unsigned int getCapacity() const;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp83 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity());
/macosx-10.5.8/xnu-1228.15.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());
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h255 * getCapacity:
259 virtual vm_size_t getCapacity() const;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSerialize.cpp190 unsigned int OSSerialize::getCapacity() const { return capacity; } function in class:OSSerialize
H A DOSData.cpp198 unsigned int OSData::getCapacity() const { return capacity; } function in class:OSData
H A DOSSet.cpp170 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 DOSOrderedSet.cpp116 unsigned int OSOrderedSet::getCapacity() const { return capacity; } function in class:OSOrderedSet
H A DOSDictionary.cpp251 unsigned int OSDictionary::getCapacity() const { return capacity; } function in class:OSDictionary
H A DOSUnserializeXML.cpp2609 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSUnserializeXML.y997 OSSet *set = OSSet::withArray(array, array->getCapacity());
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp539 * getCapacity:
543 vm_size_t IOBufferMemoryDescriptor::getCapacity() const function in class:IOBufferMemoryDescriptor
H A DIORegistryEntry.cpp466 getPropertyTable()->getCapacity() );

Completed in 76 milliseconds