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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSSerializeBinary.cpp157 const OSSymbol * dictKey; local
162 dictKey = dict->dictionary[i-1].key;
166 dictValue = nvalue = (*editor)(editRef, this, dict, dictKey, dictValue);
169 ok = binarySerialize(dictKey);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationRule.h125 static bool getLocalizedText(CFDictionaryRef config, map<string,string> &localizedPrompts, CFStringRef dictKey, const char *descriptionKey);
H A DAuthorizationRule.cpp200 bool RuleImpl::Attribute::getLocalizedText(CFDictionaryRef config, map<string,string> &localizedPrompts, CFStringRef dictKey, const char *descriptionKey) argument
204 if (CFDictionaryContainsKey(config, dictKey))
206 promptsDict = reinterpret_cast<CFDictionaryRef>(CFDictionaryGetValue(config, dictKey));
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp3088 OSSymbol *dictKey = NULL; local
3125 while( (dictKey = OSDynamicCast(OSSymbol, dictIterator->getNextObject())) )
3127 osObj = features->getObject(dictKey);
3138 features->removeObject(dictKey);
3164 features->removeObject(dictKey);
3171 features->setObject(dictKey, arrayMemberCopy);

Completed in 80 milliseconds