Home
last modified time | relevance | path

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

12345

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fmtsort/
Dsort.go27 type KeyValue struct { struct
28 Key, Value reflect.Value
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/
H A Dfrom_range_helpers.h53 struct KeyValue { struct
57 bool operator<(const KeyValue& other) const { return key < other.key; } argument
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DLruCache.h72 struct KeyValue { struct
79 std::list<KeyValue> m_elements; argument
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DLruCache.h72 struct KeyValue { struct
79 std::list<KeyValue> m_elements; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/
Dexpvar.go121 type KeyValue struct { struct
122 Key string
123 Value Var
354 func Do(f func(KeyValue)) {
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs293 struct KeyValue; in test_single() struct
295 impl fmt::Debug for KeyValue { in test_single() implementation
326 struct KeyValue; in test_multiple() struct
328 impl fmt::Debug for KeyValue { in test_multiple() implementation
406 struct KeyValue<K, V>(usize, K, V); in test_entry_err() struct
408 impl<K, V> fmt::Debug for KeyValue<K, V> in test_entry_err() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs293 struct KeyValue; in test_single() struct
295 impl fmt::Debug for KeyValue { in test_single() implementation
326 struct KeyValue; in test_multiple() struct
328 impl fmt::Debug for KeyValue { in test_multiple() implementation
406 struct KeyValue<K, V>(usize, K, V); in test_entry_err() struct
408 impl<K, V> fmt::Debug for KeyValue<K, V> in test_entry_err() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs293 struct KeyValue; in test_single() struct
295 impl fmt::Debug for KeyValue { in test_single() implementation
326 struct KeyValue; in test_multiple() struct
328 impl fmt::Debug for KeyValue { in test_multiple() implementation
406 struct KeyValue<K, V>(usize, K, V); in test_entry_err() struct
408 impl<K, V> fmt::Debug for KeyValue<K, V> in test_entry_err() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs293 struct KeyValue; in test_single() struct
295 impl fmt::Debug for KeyValue { in test_single() implementation
326 struct KeyValue; in test_multiple() struct
328 impl fmt::Debug for KeyValue { in test_multiple() implementation
406 struct KeyValue<K, V>(usize, K, V); in test_entry_err() struct
408 impl<K, V> fmt::Debug for KeyValue<K, V> in test_entry_err() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/fmt/
H A Dbuilders.rs293 struct KeyValue; in test_single() struct
295 impl fmt::Debug for KeyValue { in test_single() implementation
326 struct KeyValue; in test_multiple() struct
328 impl fmt::Debug for KeyValue { in test_multiple() implementation
406 struct KeyValue<K, V>(usize, K, V); in test_entry_err() struct
408 impl<K, V> fmt::Debug for KeyValue<K, V> in test_entry_err() implementation
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp317 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
384 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
446 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
469 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp338 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
407 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
470 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dmap_field.h250 union KeyValue { union
251 KeyValue() {} in KeyValue() function
H A Dextension_set.h663 struct KeyValue { struct
668 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h250 union KeyValue { union
251 KeyValue() {} in KeyValue() function
H A Dextension_set.h663 struct KeyValue { struct
668 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp157 for (auto &KeyValue : LocalSymbols) { in updateIndices() local
166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() local
/aosp_15_r20/external/tink/go/proto/ed25519_go_proto/
H A Ded25519.pb.go101KeyValue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitem… member
161KeyValue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitem… member
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dduplicates_impl.rs160 pub struct KeyValue<K, V>(K, V); struct
161 impl<K, V> KeyXorValue<K, V> for KeyValue<K, V> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dduplicates_impl.rs161 pub struct KeyValue<K, V>(K, V); struct
162 impl<K, V> KeyXorValue<K, V> for KeyValue<K, V> { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DStringMap.h275 bool insert(MapEntryTy *KeyValue) { in insert()
368 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringMap.h287 bool insert(MapEntryTy *KeyValue) { in insert()
380 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringMap.h307 bool insert(MapEntryTy *KeyValue) { in insert()
413 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringMap.h308 bool insert(MapEntryTy *KeyValue) { in insert()
414 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()

12345