Searched refs:OSCollection (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSCollection.cpp32 #include <libkern/c++/OSCollection.h>
39 OSDefineMetaClassAndAbstractStructors(OSCollection, OSObject)
42 OSMetaClassDefineReservedUsed(OSCollection, 0);
43 OSMetaClassDefineReservedUsed(OSCollection, 1);
44 OSMetaClassDefineReservedUnused(OSCollection, 2);
45 OSMetaClassDefineReservedUnused(OSCollection, 3);
46 OSMetaClassDefineReservedUnused(OSCollection, 4);
47 OSMetaClassDefineReservedUnused(OSCollection, 5);
48 OSMetaClassDefineReservedUnused(OSCollection, 6);
49 OSMetaClassDefineReservedUnused(OSCollection,
[all...]
H A DOSArray.cpp37 #define super OSCollection
39 OSDefineMetaClassAndStructors(OSArray, OSCollection)
106 newObject->taggedRetain(OSTypeID(OSCollection));
222 array[i]->taggedRelease(OSTypeID(OSCollection));
250 anObject->taggedRetain(OSTypeID(OSCollection));
273 newObject->taggedRetain(OSTypeID(OSCollection));
290 anObject->taggedRetain(OSTypeID(OSCollection));
292 oldObject->taggedRelease(OSTypeID(OSCollection));
310 oldObject->taggedRelease(OSTypeID(OSCollection));
416 OSCollection *col
[all...]
H A DOSCollectionIterator.cpp31 #include <libkern/c++/OSCollection.h>
48 bool OSCollectionIterator::initWithCollection(const OSCollection *inColl)
63 OSCollectionIterator::withCollection(const OSCollection *inColl)
H A DOSOrderedSet.cpp33 #define super OSCollection
35 OSDefineMetaClassAndStructors(OSOrderedSet, OSCollection)
161 array[i].obj->taggedRelease(OSTypeID(OSCollection));
189 anObject->taggedRetain(OSTypeID(OSCollection));
234 array[i].obj->taggedRelease(OSTypeID(OSCollection));
360 OSCollection *coll = OSDynamicCast(OSCollection, array[i].obj);
369 OSCollection * OSOrderedSet::copyCollection(OSDictionary *cycleDict)
372 OSCollection *ret = 0;
400 OSCollection *col
[all...]
H A DOSDictionary.cpp40 #define super OSCollection
42 OSDefineMetaClassAndStructors(OSDictionary, OSCollection)
187 dictionary[i].key->taggedRetain(OSTypeID(OSCollection));
188 dictionary[i].value->taggedRetain(OSTypeID(OSCollection));
311 dictionary[i].key->taggedRelease(OSTypeID(OSCollection));
312 dictionary[i].value->taggedRelease(OSTypeID(OSCollection));
340 anObject->taggedRetain(OSTypeID(OSCollection));
343 oldObject->taggedRelease(OSTypeID(OSCollection));
355 aKey->taggedRetain(OSTypeID(OSCollection));
356 anObject->taggedRetain(OSTypeID(OSCollection));
[all...]
H A DOSSet.cpp35 #define super OSCollection
37 OSDefineMetaClassAndStructors(OSSet, OSCollection)
357 OSCollection * OSSet::copyCollection(OSDictionary *cycleDict)
360 OSCollection *ret = 0;
388 OSCollection *coll = OSDynamicCast(OSCollection, obj);
390 OSCollection *newColl = coll->copyCollection(cycleDict);
H A DOSObject.cpp39 #include <libkern/c++/OSCollection.h>
121 if ((const void *) OSTypeID(OSCollection) == tag)
169 if ((const void *) OSTypeID(OSCollection) == tag)
H A DOSMetaClass.cpp597 sAllClassesDict->setOptions(OSCollection::kSort, OSCollection::kSort);
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSCollectionIterator.h35 class OSCollection;
50 * through the objects of an OSCollection.
97 const OSCollection * collection;
110 * @param inColl The OSCollection-derived collection object to be iteratated.
115 static OSCollectionIterator * withCollection(const OSCollection * inColl);
125 * @param inColl The OSCollection-derived collection object to be iteratated.
134 virtual bool initWithCollection(const OSCollection * inColl);
H A DOSCollection.h47 * @class OSCollection
53 * OSCollection is the abstract superclass
73 * OSCollection provides no concurrency protection;
80 class OSCollection : public OSObject class in inherits:OSObject
84 OSDeclareAbstractStructors(OSCollection);
126 * needed by the subclass of OSCollection.
206 * Initializes the OSCollection object.
213 * within a newly created OSCollection object.
306 * //apple_ref/cpp/instm/OSCollection/ensureCapacity/virtualunsignedint/(unsignedint)
337 * //apple_ref/cpp/instm/OSCollection/ensureCapacit
[all...]
H A DOSArray.h34 #include <libkern/c++/OSCollection.h>
88 class OSArray : public OSCollection
710 * Objects that are not derived from OSCollection are retained
713 OSCollection * copyCollection(OSDictionary * cycleDict = 0);
H A DOSOrderedSet.h32 #include <libkern/c++/OSCollection.h>
95 class OSOrderedSet : public OSCollection
759 * Objects that are not derived from OSCollection are retained
762 OSCollection *copyCollection(OSDictionary * cycleDict = 0);
H A DOSSet.h34 #include <libkern/c++/OSCollection.h>
85 class OSSet : public OSCollection
763 * Objects that are not derived from OSCollection are retained
766 OSCollection *copyCollection(OSDictionary *cycleDict = 0);
H A DOSDictionary.h40 #include <libkern/c++/OSCollection.h>
113 class OSDictionary : public OSCollection
792 const OSCollection * keys) const;
900 * Objects that are not derived from OSCollection are retained
903 OSCollection * copyCollection(OSDictionary * cycleDict = 0);
H A DMakefile13 OSCollection.h \
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElement.h35 class IOHIDElement: public OSCollection
H A DIOHIDElementPrivate.h279 virtual OSCollection *copyCollection(OSDictionary * cycleDict = 0);
H A DIOHIDElementPrivate.cpp63 OSDefineMetaClassAndAbstractStructors(IOHIDElement, OSCollection)
1862 OSCollection * IOHIDElementPrivate::copyCollection(OSDictionary * cycleDict)
1865 OSCollection *result = NULL;
1882 OSCollection *childCopy = _childArray->copyCollection(cycleDict);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp283 if (OSCollection::kImmutable & dict->setOptions(0, 0)) {
473 OSCollection *snapshotProperties = getPropertyTable()->copyCollection();
548 OSCollection *coll = OSDynamicCast(OSCollection, anObject);
553 coll->setOptions( OSCollection::kMASK, OSCollection::kImmutable );
859 OSCollection * collection;
863 if( (collection = OSDynamicCast( OSCollection, names))) {
1655 OSCollection *coll =
1656 OSDynamicCast( OSCollection, ptabl
[all...]
H A DIOCatalogue.cpp161 personalities->setOptions(OSCollection::kSort, OSCollection::kSort);
H A DIOService.cpp4565 * Keys may be a string or OSCollection of IOStrings
4600 OSCollection * keys )
4725 OSDynamicCast(OSCollection, obj));
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.h40 class OSCollection;
H A DIOAudioEngine.cpp1465 OSCollection *streamCollection = NULL;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp918 if ((OSCollection::kImmutable & params->setOptions(0, 0))
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h896 OSCollection * keys );

Completed in 300 milliseconds