Searched refs:retObj (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollectionIterator.cpp128 OSObject *retObj; local
134 retVal = collection->getNextObjectForIterator(collIterator, &retObj);
135 return (retVal)? retObj : 0;
H A DOSDictionary.cpp409 OSObject *retObj = cmd(tmpKey); \
412 return retObj; \

Completed in 22 milliseconds