/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fmtsort/ |
D | sort.go | 27 type KeyValue struct { struct 28 Key, Value reflect.Value
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/ |
H A D | from_range_helpers.h | 53 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/ |
D | LruCache.h | 72 struct KeyValue { struct 79 std::list<KeyValue> m_elements; argument
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | LruCache.h | 72 struct KeyValue { struct 79 std::list<KeyValue> m_elements; argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/ |
D | expvar.go | 121 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 D | builders.rs | 293 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 D | builders.rs | 293 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 D | builders.rs | 293 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 D | builders.rs | 293 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 D | builders.rs | 293 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 D | SymbolRewriter.cpp | 317 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 D | SymbolRewriter.cpp | 337 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 D | SymbolRewriter.cpp | 338 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 D | map_field.h | 250 union KeyValue { union 251 KeyValue() {} in KeyValue() function
|
H A D | extension_set.h | 663 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 D | map_field.h | 250 union KeyValue { union 251 KeyValue() {} in KeyValue() function
|
H A D | extension_set.h | 663 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 D | IceELFSection.cpp | 157 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 D | ed25519.pb.go | 101 …KeyValue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitem… member 161 …KeyValue []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 D | duplicates_impl.rs | 160 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/ |
D | duplicates_impl.rs | 161 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 D | StringMap.h | 275 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/ |
D | StringMap.h | 287 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/ |
D | StringMap.h | 307 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/ |
D | StringMap.h | 308 bool insert(MapEntryTy *KeyValue) { in insert() 414 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
|