Home
last modified time | relevance | path

Searched defs:KeyValue (Results 1 – 13 of 13) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dkey_value.c20 typedef struct KeyValue { struct
23 } KeyValue; argument
Dkey_value_test.c24 typedef struct KeyValue { struct
27 } KeyValue; typedef
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp317 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
384 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
446 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm656 NSString *Breakpad::KeyValue(NSString *key) { function
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp157 for (auto &KeyValue : LocalSymbols) { in updateIndices() local
166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() local
/external/google-breakpad/src/client/ios/
DBreakpad.mm419 NSString *Breakpad::KeyValue(NSString *key) { function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h348 bool insert(MapEntryTy *KeyValue) { in insert()
414 void remove(MapEntryTy *KeyValue) { in remove()
/external/llvm/include/llvm/ADT/
DStringMap.h344 bool insert(MapEntryTy *KeyValue) { in insert()
410 void remove(MapEntryTy *KeyValue) { in remove()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h321 bool insert(MapEntryTy *KeyValue) { in insert()
386 void remove(MapEntryTy *KeyValue) { in remove()
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp243 std::vector<Init*> KeyValue; in buildRowInstrMap() local
310 std::vector<Init*> KeyValue; in getInstrForColumn() local
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp272 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local
/external/llvm/lib/IR/
DGCOV.cpp634 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local
/external/protobuf/src/google/protobuf/
Dmap.h271 union KeyValue { union
272 KeyValue() {} in KeyValue() function