Searched defs:KeyValue (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/crates/tracing/tracing-opentelemetry/src/ |
| D | span_ext.rs | 87 fn add_link_with_attributes(&self, cx: SpanContext, attributes: Vec<KeyValue>); in add_link_with_attributes() 137 fn add_link_with_attributes(&self, cx: SpanContext, attributes: Vec<KeyValue>) { in add_link_with_attributes()
|
| D | layer.rs | 289 fn record(&mut self, attribute: KeyValue) { in record() 1041 _: Vec<KeyValue>, in add_event_with_timestamp() 1050 fn set_attribute(&mut self, _attribute: KeyValue) {} in set_attribute()
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringControlFlow.ts | 40 type KeyValue = [string, string?]; alias
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceELFSection.cpp | 157 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/ |
| D | SymbolRewriter.cpp | 337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local 406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local 469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
|
| /third_party/protobuf/src/google/protobuf/ |
| D | map_field.h | 242 union KeyValue { union 243 KeyValue() {} in KeyValue() function
|
| D | extension_set.h | 629 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/ |
| D | StringMap.h | 348 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/ |
| D | StringMap.h | 393 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/ |
| D | GCOV.cpp | 773 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( in print() local
|
| /third_party/libfuse/example/ |
| D | cxxopts.hpp | 1104 class KeyValue class 1107 KeyValue(std::string key_, std::string value_) in KeyValue() function in cxxopts::KeyValue
|