/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | HashMap.m | 108 - (void) recordAccess:(HashMap *)m 117 - (void) recordRemoval:(HashMap *)m 133 + (HashIterator *)newIterator:(HashMap *)aHM 138 - (id) init:(HashMap *)aHM 201 + (HMValueIterator *)newIterator:(HashMap *)aHM 206 - (id) init:(HashMap *)aHM 223 + (HMKeyIterator *)newIterator:(HashMap *)aHM 228 - (id) init:(HashMap *)aHM 245 + (HMEntryIterator *)newIterator:(HashMap *)aHM 250 - (id) init:(HashMap *)aHM [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/ |
H A D | map.rs | 294 impl<K: Sync, V: Sync, S, A: Allocator> HashMap<K, V, S, A> { implementation 314 impl<K: Send, V: Send, S, A: Allocator> HashMap<K, V, S, A> { implementation 334 impl<K, V, S, A> HashMap<K, V, S, A> implementation 353 impl<K: Send, V: Send, S, A: Allocator + Send> IntoParallelIterator for HashMap<K, V, S, A> { implementation 365 impl<'a, K: Sync, V: Sync, S, A: Allocator> IntoParallelIterator for &'a HashMap<K, V, S, A> { implementation 378 impl<'a, K: Sync, V: Send, S, A: Allocator> IntoParallelIterator for &'a mut HashMap<K, V, S, A> { implementation 395 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 412 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 428 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/ |
H A D | map.rs | 294 impl<K: Sync, V: Sync, S, A: Allocator> HashMap<K, V, S, A> { implementation 314 impl<K: Send, V: Send, S, A: Allocator> HashMap<K, V, S, A> { implementation 334 impl<K, V, S, A> HashMap<K, V, S, A> implementation 353 impl<K: Send, V: Send, S, A: Allocator + Send> IntoParallelIterator for HashMap<K, V, S, A> { implementation 365 impl<'a, K: Sync, V: Sync, S, A: Allocator> IntoParallelIterator for &'a HashMap<K, V, S, A> { implementation 378 impl<'a, K: Sync, V: Send, S, A: Allocator> IntoParallelIterator for &'a mut HashMap<K, V, S, A> { implementation 395 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 412 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 428 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/ |
D | map.rs | 298 impl<K: Sync, V: Sync, S, A: Allocator + Clone> HashMap<K, V, S, A> { implementation 318 impl<K: Send, V: Send, S, A: Allocator + Clone> HashMap<K, V, S, A> { impl 338 impl<K, V, S, A> HashMap<K, V, S, A> impl 357 impl<K: Send, V: Send, S, A: Allocator + Clone + Send> IntoParallelIterator 371 impl<'a, K: Sync, V: Sync, S, A: Allocator + Clone> IntoParallelIterator 386 impl<'a, K: Sync, V: Send, S, A: Allocator + Clone> IntoParallelIterator 405 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 422 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 438 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/ |
H A D | map.rs | 294 impl<K: Sync, V: Sync, S, A: Allocator> HashMap<K, V, S, A> { impl 314 impl<K: Send, V: Send, S, A: Allocator> HashMap<K, V, S, A> { implementation 334 impl<K, V, S, A> HashMap<K, V, S, A> impl 353 impl<K: Send, V: Send, S, A: Allocator + Send> IntoParallelIterator for HashMap<K, V, S, A> { implementation 365 impl<'a, K: Sync, V: Sync, S, A: Allocator> IntoParallelIterator for &'a HashMap<K, V, S, A> { implementation 378 impl<'a, K: Sync, V: Send, S, A: Allocator> IntoParallelIterator for &'a mut HashMap<K, V, S, A> { implementation 395 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 412 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 428 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/ |
H A D | map.rs | 294 impl<K: Sync, V: Sync, S, A: Allocator> HashMap<K, V, S, A> { impl 314 impl<K: Send, V: Send, S, A: Allocator> HashMap<K, V, S, A> { impl 334 impl<K, V, S, A> HashMap<K, V, S, A> implementation 353 impl<K: Send, V: Send, S, A: Allocator + Send> IntoParallelIterator for HashMap<K, V, S, A> { implementation 365 impl<'a, K: Sync, V: Sync, S, A: Allocator> IntoParallelIterator for &'a HashMap<K, V, S, A> { implementation 378 impl<'a, K: Sync, V: Send, S, A: Allocator> IntoParallelIterator for &'a mut HashMap<K, V, S, A> { implementation 395 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 412 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 428 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/ |
H A D | map.rs | 294 impl<K: Sync, V: Sync, S, A: Allocator> HashMap<K, V, S, A> { impl 314 impl<K: Send, V: Send, S, A: Allocator> HashMap<K, V, S, A> { implementation 334 impl<K, V, S, A> HashMap<K, V, S, A> implementation 353 impl<K: Send, V: Send, S, A: Allocator + Send> IntoParallelIterator for HashMap<K, V, S, A> { implementation 365 impl<'a, K: Sync, V: Sync, S, A: Allocator> IntoParallelIterator for &'a HashMap<K, V, S, A> { implementation 378 impl<'a, K: Sync, V: Send, S, A: Allocator> IntoParallelIterator for &'a mut HashMap<K, V, S, A> { implementation 395 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 412 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 428 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | map.rs | 213 pub struct HashMap<K, V, S = RandomState> { struct 214 base: base::HashMap<K, V, S>, argument 217 impl<K, V> HashMap<K, V, RandomState> { impl 256 impl<K, V, S> HashMap<K, V, S> { impl 733 impl<K, V, S> HashMap<K, V, S> impl 1198 impl<K, V, S> HashMap<K, V, S> implementation 1262 impl<K, V, S> Clone for HashMap<K, V, S> implementation 1280 impl<K, V, S> PartialEq for HashMap<K, V, S> implementation 1296 impl<K, V, S> Eq for HashMap<K, V, S> implementation 1305 impl<K, V, S> Debug for HashMap<K, V, S> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | map.rs | 213 pub struct HashMap<K, V, S = RandomState> { struct 214 base: base::HashMap<K, V, S>, argument 217 impl<K, V> HashMap<K, V, RandomState> { impl 256 impl<K, V, S> HashMap<K, V, S> { impl 733 impl<K, V, S> HashMap<K, V, S> implementation 1198 impl<K, V, S> HashMap<K, V, S> implementation 1262 impl<K, V, S> Clone for HashMap<K, V, S> implementation 1280 impl<K, V, S> PartialEq for HashMap<K, V, S> implementation 1296 impl<K, V, S> Eq for HashMap<K, V, S> implementation 1305 impl<K, V, S> Debug for HashMap<K, V, S> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | map.rs | 213 pub struct HashMap<K, V, S = RandomState> { struct 214 base: base::HashMap<K, V, S>, argument 217 impl<K, V> HashMap<K, V, RandomState> { impl 256 impl<K, V, S> HashMap<K, V, S> { implementation 733 impl<K, V, S> HashMap<K, V, S> impl 1198 impl<K, V, S> HashMap<K, V, S> implementation 1262 impl<K, V, S> Clone for HashMap<K, V, S> implementation 1280 impl<K, V, S> PartialEq for HashMap<K, V, S> implementation 1296 impl<K, V, S> Eq for HashMap<K, V, S> implementation 1305 impl<K, V, S> Debug for HashMap<K, V, S> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | map.rs | 213 pub struct HashMap<K, V, S = RandomState> { struct 214 base: base::HashMap<K, V, S>, argument 217 impl<K, V> HashMap<K, V, RandomState> { impl 256 impl<K, V, S> HashMap<K, V, S> { implementation 733 impl<K, V, S> HashMap<K, V, S> impl 1198 impl<K, V, S> HashMap<K, V, S> impl 1262 impl<K, V, S> Clone for HashMap<K, V, S> implementation 1280 impl<K, V, S> PartialEq for HashMap<K, V, S> implementation 1296 impl<K, V, S> Eq for HashMap<K, V, S> implementation 1305 impl<K, V, S> Debug for HashMap<K, V, S> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | map.rs | 213 pub struct HashMap<K, V, S = RandomState> { struct 214 base: base::HashMap<K, V, S>, argument 217 impl<K, V> HashMap<K, V, RandomState> { impl 256 impl<K, V, S> HashMap<K, V, S> { impl 733 impl<K, V, S> HashMap<K, V, S> implementation 1198 impl<K, V, S> HashMap<K, V, S> impl 1262 impl<K, V, S> Clone for HashMap<K, V, S> implementation 1280 impl<K, V, S> PartialEq for HashMap<K, V, S> implementation 1296 impl<K, V, S> Eq for HashMap<K, V, S> implementation 1305 impl<K, V, S> Debug for HashMap<K, V, S> implementation [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A D | HashMap.annotated.java | 30 public class HashMap<K, V> extends java.util.AbstractMap<K,V> implements java.util.Map<K,V>, java.l… class 32 public HashMap(int initialCapacity, float loadFactor) { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap 34 public HashMap(int initialCapacity) { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap 36 public HashMap() { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap 38 public HashMap(java.util.Map<? extends K,? extends V> m) { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | HashMap.annotated.java | 31 public class HashMap<K, V> extends java.util.AbstractMap<K,V> implements java.util.Map<K,V>, java.l… class 33 public HashMap(int initialCapacity, float loadFactor) { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap 35 public HashMap(int initialCapacity) { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap 37 public HashMap() { throw new RuntimeException("Stub!"); } in HashMap() method in HashMap 39 public HashMap(@libcore.util.NonNull java.util.Map<? extends @libcore.util.NullFromTypeParam K, ? e… in HashMap() method in HashMap
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/ |
D | map.rs | 188 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator + Clone = Global> { struct 193 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { implementation 292 impl<K, V> HashMap<K, V, DefaultHashBuilder> { impl 331 impl<K, V, A: Allocator + Clone> HashMap<K, V, DefaultHashBuilder, A> { impl 351 impl<K, V, S> HashMap<K, V, S> { implementation 427 impl<K, V, S, A: Allocator + Clone> HashMap<K, V, S, A> { impl 983 impl<K, V, S, A> HashMap<K, V, S, A> implementation 1864 impl<K, V, S, A: Allocator + Clone> HashMap<K, V, S, A> { implementation 2078 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 2095 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | map.rs | 190 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator = Global> { struct 195 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { argument 266 impl<K, V> HashMap<K, V, DefaultHashBuilder> { impl 329 impl<K, V, A: Allocator> HashMap<K, V, DefaultHashBuilder, A> { implementation 424 impl<K, V, S> HashMap<K, V, S> { implementation 510 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { implementation 1072 impl<K, V, S, A> HashMap<K, V, S, A> implementation 1943 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { implementation 2169 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 2186 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | map.rs | 190 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator = Global> { struct 195 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { argument 266 impl<K, V> HashMap<K, V, DefaultHashBuilder> { implementation 329 impl<K, V, A: Allocator> HashMap<K, V, DefaultHashBuilder, A> { implementation 424 impl<K, V, S> HashMap<K, V, S> { implementation 510 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { impl 1072 impl<K, V, S, A> HashMap<K, V, S, A> impl 1943 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { implementation 2169 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 2186 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | map.rs | 190 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator = Global> { struct 195 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { implementation 266 impl<K, V> HashMap<K, V, DefaultHashBuilder> { impl 329 impl<K, V, A: Allocator> HashMap<K, V, DefaultHashBuilder, A> { impl 424 impl<K, V, S> HashMap<K, V, S> { implementation 510 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { implementation 1072 impl<K, V, S, A> HashMap<K, V, S, A> impl 1943 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { implementation 2169 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 2186 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | map.rs | 190 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator = Global> { struct 195 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { argument 266 impl<K, V> HashMap<K, V, DefaultHashBuilder> { impl 329 impl<K, V, A: Allocator> HashMap<K, V, DefaultHashBuilder, A> { impl 424 impl<K, V, S> HashMap<K, V, S> { impl 510 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { impl 1072 impl<K, V, S, A> HashMap<K, V, S, A> implementation 1943 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { impl 2169 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 2186 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | map.rs | 190 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator = Global> { struct 195 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { argument 266 impl<K, V> HashMap<K, V, DefaultHashBuilder> { implementation 329 impl<K, V, A: Allocator> HashMap<K, V, DefaultHashBuilder, A> { impl 424 impl<K, V, S> HashMap<K, V, S> { impl 510 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { impl 1072 impl<K, V, S, A> HashMap<K, V, S, A> implementation 1943 impl<K, V, S, A: Allocator> HashMap<K, V, S, A> { impl 2169 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 2186 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-codec/src/ |
D | map.rs | 13 impl<K, V> MlsSize for HashMap<K, V> implementation 24 impl<K, V> MlsEncode for HashMap<K, V> implementation 35 impl<K, V> MlsDecode for HashMap<K, V> implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rkyv/ |
H A D | hash_map.rs | 12 impl<K: Archive + Hash + Eq, V: Archive, S> Archive for HashMap<K, V, S> implementation 25 impl<K, V, S, RandomState> Serialize<S> for HashMap<K, V, RandomState> implementation 68 impl<K: Hash + Eq + Borrow<AK>, V, AK: Hash + Eq, AV: PartialEq<V>>
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rkyv/ |
H A D | hash_map.rs | 12 impl<K: Archive + Hash + Eq, V: Archive, S> Archive for HashMap<K, V, S> implementation 25 impl<K, V, S, RandomState> Serialize<S> for HashMap<K, V, RandomState> implementation 68 impl<K: Hash + Eq + Borrow<AK>, V, AK: Hash + Eq, AV: PartialEq<V>>
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rkyv/ |
H A D | hash_map.rs | 12 impl<K: Archive + Hash + Eq, V: Archive, S> Archive for HashMap<K, V, S> implementation 25 impl<K, V, S, RandomState> Serialize<S> for HashMap<K, V, RandomState> implementation 68 impl<K: Hash + Eq + Borrow<AK>, V, AK: Hash + Eq, AV: PartialEq<V>>
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rkyv/ |
H A D | hash_map.rs | 12 impl<K: Archive + Hash + Eq, V: Archive, S> Archive for HashMap<K, V, S> implementation 25 impl<K, V, S, RandomState> Serialize<S> for HashMap<K, V, RandomState> implementation 68 impl<K: Hash + Eq + Borrow<AK>, V, AK: Hash + Eq, AV: PartialEq<V>>
|