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

/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp247 const OSSymbol * tempSymb = OSSymbol::withString(toMetaStr); local
249 if (tempSymb) {
250 ret = metaCast(tempSymb);
251 tempSymb->release();
261 const OSSymbol * tempSymb = OSSymbol::withCString(toMetaCStr); local
263 if (tempSymb) {
264 ret = metaCast(tempSymb);
265 tempSymb->release();

Completed in 22 milliseconds