Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-opentelemetry/src/
Dspan_ext.rs87 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()
Dlayer.rs289 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/
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