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

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp139 StringRef KeyValue = Key->getValue(Storage); local
140 if (KeyValue == "Characteristics") {
147 Twine(KeyValue) + " must be a scalar value");
150 if (KeyValue == "Machine") {
205 } else if (KeyValue == "NumberOfSections") {
210 } else if (KeyValue == "TimeDateStamp") {
215 } else if (KeyValue == "PointerToSymbolTable") {
220 } else if (KeyValue == "NumberOfSymbols") {
225 } else if (KeyValue == "SizeOfOptionalHeader") {
328 StringRef KeyValue local
532 StringRef KeyValue = Key->getValue(Storage); local
683 StringRef KeyValue = Key->getValue(Storage); local
[all...]
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DKeyValue.c38 #include "KeyValue.h"
40 typedef struct KeyValue_s KeyValue; typedef in typeref:struct:KeyValue_s
48 KeyValue * elements;
118 KeyValue * elements = NULL;
/macosx-10.10.1/swig-12/Source/DOH/
H A Dhash.c35 typedef struct KeyValue { struct
38 struct KeyValue *left;
39 struct KeyValue *right;
40 } KeyValue; typedef in typeref:struct:KeyValue
42 static KeyValue *root = 0;
47 KeyValue *r, *s;
65 r = (KeyValue *) DohMalloc(sizeof(KeyValue));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringMap.h313 bool insert(MapEntryTy *KeyValue) { argument
314 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
321 Bucket = KeyValue;
379 void remove(MapEntryTy *KeyValue) { argument
380 RemoveKey(KeyValue);
/macosx-10.10.1/smb-759.0/include/netsmb/
H A Dsmb_lib.h163 Boolean SMBGetDictBooleanValue(CFDictionaryRef Dict, const void * KeyValue, Boolean DefaultValue);
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dctx.c324 Boolean SMBGetDictBooleanValue(CFDictionaryRef Dict, const void * KeyValue, Boolean DefaultValue) argument
329 booleanRef = (CFBooleanRef)CFDictionaryGetValue(Dict, KeyValue);

Completed in 142 milliseconds