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

/darwin-on-arm/xnu/libkern/c++/
H A DOSCollectionIterator.cpp128 OSObject *retObj; local
134 retVal = collection->getNextObjectForIterator(collIterator, &retObj);
135 return (retVal)? retObj : 0;
H A DOSDictionary.cpp451 OSObject *retObj = cmd(tmpKey); \
454 return retObj; \

Completed in 20 milliseconds