Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringControlFlow.ts40 type KeyValue = [string, string?]; alias
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp157 for (auto &KeyValue : LocalSymbols) { in updateIndices() local
166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/third_party/protobuf/src/google/protobuf/
Dmap_field.h242 union KeyValue { union
243 KeyValue() {} in KeyValue() function
Dextension_set.h629 struct KeyValue { struct
634 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h348 bool insert(MapEntryTy *KeyValue) { in insert()
414 void remove(MapEntryTy *KeyValue) { in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h393 bool insert(MapEntryTy *KeyValue) { in insert()
469 void remove(MapEntryTy *KeyValue) { in remove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp773 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local