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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSString.h57 @function withString
62 static OSString *withString(const OSString *aString);
H A DOSSymbol.h89 @function withString
94 static const OSSymbol *withString(const OSString *aString);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSDictionary.cpp136 const OSSymbol *key = OSSymbol::withString(*keys++);
433 OBJECT_WRAP_2(setObject, OSSymbol::withString(aKey), anObject)
438 OBJECT_WRAP_1(getObject, OSSymbol::withString(aKey))
443 OBJECT_WRAP_3(removeObject, OSSymbol::withString(aKey))
H A DOSString.cpp102 OSString *OSString::withString(const OSString *aString) function in class:OSString
H A DOSMetaClass.cpp170 const OSSymbol *tempSymb = OSSymbol::withString(toMetaStr);
738 const OSSymbol *tmpKey = OSSymbol::withString(name);
772 const OSSymbol *tmpKey = OSSymbol::withString(name);
H A DOSSymbol.cpp460 const OSSymbol *OSSymbol::withString(const OSString *aString) function in class:OSSymbol
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestContainers.cpp285 test2 = OSString::withString(test1);
441 cache[i] = OSSymbol::withString(tmpStr);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp287 OSSymbol * sym = (OSSymbol *)OSSymbol::withString( prop);
548 const OSSymbol * tmpKey = OSSymbol::withString( aKey );
569 const OSSymbol * tmpKey = OSSymbol::withString( aKey );
585 const OSSymbol * tmpKey = OSSymbol::withString( aKey );
H A DIOCatalogue.cpp824 const OSSymbol *classSymbol = OSSymbol::withString(data);
832 const OSSymbol *classSymbol = OSSymbol::withString(data);
H A DIONVRAM.cpp417 key = OSSymbol::withString(tmpStr);
H A DIOService.cpp4171 userClientClass = OSSymbol::withString((OSString *) temp);

Completed in 108 milliseconds