Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/example/
Dkey_value.c20 typedef struct KeyValue { struct
23 } KeyValue; typedef
Dkey_value_test.c24 typedef struct KeyValue { struct
27 } KeyValue; argument
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp318 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
385 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
447 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm656 NSString *Breakpad::KeyValue(NSString *key) { function
/external/google-breakpad/src/client/ios/
DBreakpad.mm419 NSString *Breakpad::KeyValue(NSString *key) { function
/external/llvm/include/llvm/ADT/
DStringMap.h310 bool insert(MapEntryTy *KeyValue) { in insert()
368 void remove(MapEntryTy *KeyValue) { in remove()
/external/skia/third_party/ktx/
Dktx.h100 KeyValue(size_t size) : fDataSz(size) { } in KeyValue() function
/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/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dkv_pb.py24 class KeyValue(ProtocolBuffer.ProtocolMessage): class
/external/llvm/lib/IR/
DGCOV.cpp629 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
Demrobject.py98 class KeyValue(EmrObject): class