Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpersistent-map.h50 struct KeyValue : std::pair<Key, Value> { struct
51 const Key& key() const { return this->first; } in key()
52 const Value& value() const { return this->second; } in value()
/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
/third_party/libfuse/example/
Dcxxopts.hpp1104 class KeyValue class
1107 KeyValue(std::string key_, std::string value_) in KeyValue() function in cxxopts::KeyValue