Searched refs:taggedRetain (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSBoolean.h72 /*D @function taggedRetain
74 virtual void taggedRetain(const void *tag) const;
H A DOSObject.h124 @discussion Takes a reference that is NULL tagged. See taggedRetain().
134 /*! @function taggedRetain
138 virtual void taggedRetain(const void *tag = 0) const;
H A DOSMetaClass.h299 /*! @function taggedRetain
303 virtual void taggedRetain(const void *tag = 0) const = 0;
387 /*! @function taggedRetain
390 virtual void taggedRetain(const void *tag = 0) const;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSBoolean.cpp85 void OSBoolean::taggedRetain(const void *tag) const { } function in class:OSBoolean
H A DOSDictionary.cpp176 dictionary[i].key->taggedRetain(OSTypeID(OSCollection));
177 dictionary[i].value->taggedRetain(OSTypeID(OSCollection));
319 anObject->taggedRetain(OSTypeID(OSCollection));
333 aKey->taggedRetain(OSTypeID(OSCollection));
334 anObject->taggedRetain(OSTypeID(OSCollection));
635 newColl->taggedRetain(OSTypeID(OSCollection));
H A DOSArray.cpp106 newObject->taggedRetain(OSTypeID(OSCollection));
249 anObject->taggedRetain(OSTypeID(OSCollection));
272 newObject->taggedRetain(OSTypeID(OSCollection));
289 anObject->taggedRetain(OSTypeID(OSCollection));
H A DOSObject.cpp139 void OSObject::taggedRetain(const void *tag) const function in class:OSObject
255 taggedRetain(0);
H A DOSOrderedSet.cpp189 anObject->taggedRetain(OSTypeID(OSCollection));
H A DOSMetaClass.cpp341 void OSMetaClass::taggedRetain(__unused const void *tag) const { } function in class:OSMetaClass

Completed in 25 milliseconds