Searched refs:removeObject (Results 1 - 21 of 21) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSDictionary.h237 @function removeObject
241 virtual void removeObject(const OSSymbol *aKey);
243 @function removeObject
247 virtual void removeObject(const OSString *aKey);
249 @function removeObject
253 virtual void removeObject(const char *aKey);
H A DOSArray.h206 @function removeObject
211 virtual void removeObject(unsigned int index);
H A DOSOrderedSet.h176 @function removeObject
180 virtual void removeObject(const OSMetaClassBase *anObject);
H A DOSSet.h209 @function removeObject
214 virtual void removeObject(const OSMetaClassBase * anObject);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSDictionary.cpp342 void OSDictionary::removeObject(const OSSymbol *aKey) function in class:OSDictionary
442 void OSDictionary::removeObject(const OSString *aKey)
443 OBJECT_WRAP_3(removeObject, OSSymbol::withString(aKey))
444 void OSDictionary::removeObject(const char *aKey)
445 OBJECT_WRAP_3(removeObject, OSSymbol::withCString(aKey))
H A DOSSet.cpp223 void OSSet::removeObject(const OSMetaClassBase *anObject) function in class:OSSet
230 members->removeObject(i);
H A DOSMetaClass.cpp300 sAllClassesDict->removeObject(className);
313 kmodClassSet->removeObject(this);
H A DOSArray.cpp294 void OSArray::removeObject(unsigned int index) function in class:OSArray
H A DOSOrderedSet.cpp222 void OSOrderedSet::removeObject(const OSMetaClassBase *anObject) function in class:OSOrderedSet
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp648 newTables->removeObject(table);
654 allSet->removeObject(service);
1714 makeInactive->removeObject(0);
1949 gIOTerminatePhase2List->removeObject(0);
1981 doPhase2List->removeObject(0);
1993 didPhase2List->removeObject(0);
2011 gIOFinalizeList->removeObject(0);
2043 gIOStopList->removeObject( idx );
2044 gIOStopProviderList->removeObject( idx );
2422 matches->removeObject(nextMatc
[all...]
H A DIOPMrootDomain.cpp1301 features->removeObject(dictKey);
1327 features->removeObject(dictKey);
1330 arrayMember->removeObject(i);
2842 inner->removeObject(service);
3088 gPMHaltArray->removeObject(i);
3253 arr->removeObject(arr_idx);
H A DIORegistryEntry.cpp317 old->registryTable()->removeObject( plane->keys[ kParentSetIndex ] );
318 old->registryTable()->removeObject( plane->keys[ kChildSetIndex ] );
506 getPropertyTable()->removeObject( aKey );
1316 links->removeObject( index );
1318 registryTable()->removeObject( plane->keys[ relation ]);
1742 all->removeObject(next);
H A DIODeviceTreeSupport.cpp157 stack->removeObject( stack->getCount() - 1);
381 propTable->removeObject( gIODTUnitKey );
H A DIONVRAM.cpp386 _ofDict->removeObject(aKey);
1207 _ofDict->removeObject("boot-args");
H A DIOUserClient.cpp215 dict->removeObject( (const OSSymbol *) obj );
239 dict->removeObject( (const OSSymbol *) obj );
289 dict->removeObject( (const OSSymbol *) obj );
650 newSet->removeObject( count - 1);
2504 mappings->removeObject(map);
2544 client->mappings->removeObject( map);
H A DIOPlatformExpert.cpp162 topLevel->removeObject( dict );
H A DIOCatalogue.cpp626 dict->removeObject("OSBundlePrelink");
H A DIOServicePM.cpp1248 fInsertInterestSet->removeObject(driver);
1268 fRemoveInterestSet->removeObject(driver);
3059 fNotifyChildArray->removeObject(0);
H A DIOMemoryDescriptor.cpp3314 _mappings->removeObject( mapping);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp609 mergeFromCopy->removeObject(key);
1897 startupExtensions->removeObject(extensionName);
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp250 array1->removeObject(i);

Completed in 188 milliseconds