Home
last modified time | relevance | path

Searched +defs:S +defs:extend (Results 26 – 50 of 340) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/rayon/
Dset.rs165 pub fn par_difference<'a, S2>( in par_difference() argument
185 pub fn par_symmetric_difference<'a, S2>( in par_symmetric_difference() argument
202 pub fn par_intersection<'a, S2>( in par_intersection() argument
221 pub fn par_union<'a, S2>(&'a self, other: &'a IndexSet<T, S2>) -> ParUnion<'a, T, S, S2> in par_union() argument
641 fn extend() { in extend() function
/aosp_15_r20/external/rust/android-crates-io/crates/linked-hash-map/src/
Dlib.rs251 pub fn entry(&mut self, k: K) -> Entry<K, V, S> { in entry() argument
287 pub fn entries(&mut self) -> Entries<K, V, S> { in entries() argument
615 pub fn hasher(&self) -> &S { in hasher()
834 fn extend<I: IntoIterator<Item = (K, V)>>(&mut self, iter: I) { in extend() method
847 fn extend<I: IntoIterator<Item = (&'a K, &'a V)>>(&mut self, iter: I) { in extend() function
1211 fn next(&mut self) -> Option<OccupiedEntry<'a, K, V, S>> { in next() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dextend.rs13 macro_rules! extend { macro
198 fn hash_map_extend<K, V, S, Item>(map: &mut HashMap<K, V, S>, list: LinkedList<Vec<Item>>) in hash_map_extend() argument
241 fn hash_set_extend<T, S, Item>(set: &mut HashSet<T, S>, list: LinkedList<Vec<Item>>) in hash_set_extend() argument
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dlib.rs195 pub fn into_read_only(self) -> ReadOnlyView<K, V, S> { in into_read_only() argument
248 pub fn with_hasher_and_shard_amount(hasher: S, shard_amount: usize) -> Self { in with_hasher_and_shard_amount()
270 hasher: S, in with_capacity_and_hasher_and_shard_amount()
442 pub fn hasher(&self) -> &S { in hasher()
533 pub fn iter(&'a self) -> Iter<'a, K, V, S, DashMap<K, V, S>> { in iter() argument
551 pub fn iter_mut(&'a self) -> IterMut<'a, K, V, S, DashMap<K, V, S>> { in iter_mut() argument
844 pub fn entry(&'a self, key: K) -> Entry<'a, K, V, S> { in entry() argument
852 pub fn try_entry(&'a self, key: K) -> Option<Entry<'a, K, V, S>> { in try_entry() argument
882 unsafe fn _get_read_shard(&'a self, i: usize) -> &'a HashMap<K, V, S> { in _get_read_shard() argument
888 unsafe fn _yield_read_shard(&'a self, i: usize) -> RwLockReadGuard<'a, HashMap<K, V, S>> { in _yield_read_shard() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dptr_weak_hash_set.rs49 pub fn hasher(&self) -> &S { in hasher()
262 fn extend<I: IntoIterator<Item=T::Strong>>(&mut self, iter: I) { in extend() function
Dweak_hash_set.rs44 pub fn hasher(&self) -> &S { in hasher()
281 fn extend<I: IntoIterator<Item=T::Strong>>(&mut self, iter: I) { in extend() method
Dptr_weak_weak_hash_map.rs51 pub fn hasher(&self) -> &S { in hasher()
282 fn extend<T: IntoIterator<Item=(K::Strong, V::Strong)>>(&mut self, iter: T) { in extend() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Drepeated.rs471 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() method
479 fn extend<I: IntoIterator<Item = &'a T>>(&mut self, iter: I) { in extend() method
497 serializer: S, in serialize()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dmap.rs444 fn extend<K, V, S, A, I>(map: &mut HashMap<K, V, S, A>, par_iter: I) in extend() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dmap.rs444 fn extend<K, V, S, A, I>(map: &mut HashMap<K, V, S, A>, par_iter: I) in extend() function
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Dmap.rs454 fn extend<K, V, S, A, I>(map: &mut HashMap<K, V, S, A>, par_iter: I) in extend() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dmap.rs444 fn extend<K, V, S, A, I>(map: &mut HashMap<K, V, S, A>, par_iter: I) in extend() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dmap.rs444 fn extend<K, V, S, A, I>(map: &mut HashMap<K, V, S, A>, par_iter: I) in extend() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dmap.rs444 fn extend<K, V, S, A, I>(map: &mut HashMap<K, V, S, A>, par_iter: I) in extend() function
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/
Dmap.rs245 pub(crate) fn make_hash<K, Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
259 pub(crate) fn make_hash<K, Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
270 pub(crate) fn make_insert_hash<K, S>(hash_builder: &S, val: &K) -> u64 in make_insert_hash() argument
283 pub(crate) fn make_insert_hash<K, S>(hash_builder: &S, val: &K) -> u64 in make_insert_hash() argument
455 pub fn with_hasher_in(hash_builder: S, alloc: A) -> Self { in with_hasher_in()
484 pub fn with_capacity_and_hasher_in(capacity: usize, hash_builder: S, alloc: A) -> Self { in with_capacity_and_hasher_in()
506 pub fn hasher(&self) -> &S { in hasher()
1139 pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S, A> { in entry() argument
1175 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1777 ) -> Result<&mut V, OccupiedError<'_, K, V, S, A>> { in try_insert() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dset.rs174 pub fn hasher(&self) -> &S { in hasher()
330 pub fn symmetric_difference<'a, S2>( in symmetric_difference() argument
936 fn extend<I: IntoIterator<Item = T>>(&mut self, iterable: I) { in extend() function
947 fn extend<I: IntoIterator<Item = &'a T>>(&mut self, iterable: I) { in extend() function
1767 fn extend() { in extend() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dmap.rs244 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
257 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
545 pub const fn with_hasher_in(hash_builder: S, alloc: A) -> Self { in with_hasher_in()
580 pub fn with_capacity_and_hasher_in(capacity: usize, hash_builder: S, alloc: A) -> Self { in with_capacity_and_hasher_in()
602 pub fn hasher(&self) -> &S { in hasher()
1231 pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S, A> { in entry() argument
1267 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1860 ) -> Result<&mut V, OccupiedError<'_, K, V, S, A>> { in try_insert() argument
2042 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S, A> { in raw_entry_mut() argument
2091 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dmap.rs244 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
257 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
545 pub const fn with_hasher_in(hash_builder: S, alloc: A) -> Self { in with_hasher_in()
580 pub fn with_capacity_and_hasher_in(capacity: usize, hash_builder: S, alloc: A) -> Self { in with_capacity_and_hasher_in()
602 pub fn hasher(&self) -> &S { in hasher()
1231 pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S, A> { in entry() argument
1267 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1860 ) -> Result<&mut V, OccupiedError<'_, K, V, S, A>> { in try_insert() argument
2042 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S, A> { in raw_entry_mut() argument
2091 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dmap.rs244 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
257 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
545 pub const fn with_hasher_in(hash_builder: S, alloc: A) -> Self { in with_hasher_in()
580 pub fn with_capacity_and_hasher_in(capacity: usize, hash_builder: S, alloc: A) -> Self { in with_capacity_and_hasher_in()
602 pub fn hasher(&self) -> &S { in hasher()
1231 pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S, A> { in entry() argument
1267 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1860 ) -> Result<&mut V, OccupiedError<'_, K, V, S, A>> { in try_insert() argument
2042 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S, A> { in raw_entry_mut() argument
2091 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dmap.rs244 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
257 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
545 pub const fn with_hasher_in(hash_builder: S, alloc: A) -> Self { in with_hasher_in()
580 pub fn with_capacity_and_hasher_in(capacity: usize, hash_builder: S, alloc: A) -> Self { in with_capacity_and_hasher_in()
602 pub fn hasher(&self) -> &S { in hasher()
1231 pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S, A> { in entry() argument
1267 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1860 ) -> Result<&mut V, OccupiedError<'_, K, V, S, A>> { in try_insert() argument
2042 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S, A> { in raw_entry_mut() argument
2091 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dmap.rs244 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
257 pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
545 pub const fn with_hasher_in(hash_builder: S, alloc: A) -> Self { in with_hasher_in()
580 pub fn with_capacity_and_hasher_in(capacity: usize, hash_builder: S, alloc: A) -> Self { in with_capacity_and_hasher_in()
602 pub fn hasher(&self) -> &S { in hasher()
1231 pub fn entry(&mut self, key: K) -> Entry<'_, K, V, S, A> { in entry() argument
1267 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1860 ) -> Result<&mut V, OccupiedError<'_, K, V, S, A>> { in try_insert() argument
2042 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S, A> { in raw_entry_mut() argument
2091 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S, A> { in raw_entry() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs283 pub const fn with_hasher(hash_builder: S) -> HashMap<K, V, S> { in with_hasher() argument
314 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashMap<K, V, S> { in with_capacity_and_hasher() argument
728 pub fn hasher(&self) -> &S { in hasher()
1235 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S> { in raw_entry_mut() argument
1256 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() argument
3127 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> HashMap<K, V, S> { in from_iter() argument
3143 fn extend<T: IntoIterator<Item = (K, V)>>(&mut self, iter: T) { in extend() function
3166 fn extend<T: IntoIterator<Item = (&'a K, &'a V)>>(&mut self, iter: T) { in extend() function
3203 raw: base::RawEntryMut<'a, K, V, S>, in map_raw_entry() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs283 pub const fn with_hasher(hash_builder: S) -> HashMap<K, V, S> { in with_hasher() argument
314 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashMap<K, V, S> { in with_capacity_and_hasher() argument
728 pub fn hasher(&self) -> &S { in hasher()
1235 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S> { in raw_entry_mut() argument
1256 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() argument
3127 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> HashMap<K, V, S> { in from_iter() argument
3143 fn extend<T: IntoIterator<Item = (K, V)>>(&mut self, iter: T) { in extend() function
3166 fn extend<T: IntoIterator<Item = (&'a K, &'a V)>>(&mut self, iter: T) { in extend() function
3203 raw: base::RawEntryMut<'a, K, V, S>, in map_raw_entry() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs283 pub const fn with_hasher(hash_builder: S) -> HashMap<K, V, S> { in with_hasher() argument
314 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashMap<K, V, S> { in with_capacity_and_hasher() argument
728 pub fn hasher(&self) -> &S { in hasher()
1235 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S> { in raw_entry_mut() argument
1256 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() argument
3127 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> HashMap<K, V, S> { in from_iter() argument
3143 fn extend<T: IntoIterator<Item = (K, V)>>(&mut self, iter: T) { in extend() function
3166 fn extend<T: IntoIterator<Item = (&'a K, &'a V)>>(&mut self, iter: T) { in extend() function
3203 raw: base::RawEntryMut<'a, K, V, S>, in map_raw_entry() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs283 pub const fn with_hasher(hash_builder: S) -> HashMap<K, V, S> { in with_hasher() argument
314 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashMap<K, V, S> { in with_capacity_and_hasher() argument
728 pub fn hasher(&self) -> &S { in hasher()
1235 pub fn raw_entry_mut(&mut self) -> RawEntryBuilderMut<'_, K, V, S> { in raw_entry_mut() argument
1256 pub fn raw_entry(&self) -> RawEntryBuilder<'_, K, V, S> { in raw_entry() argument
3127 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> HashMap<K, V, S> { in from_iter() argument
3143 fn extend<T: IntoIterator<Item = (K, V)>>(&mut self, iter: T) { in extend() function
3166 fn extend<T: IntoIterator<Item = (&'a K, &'a V)>>(&mut self, iter: T) { in extend() function
3203 raw: base::RawEntryMut<'a, K, V, S>, in map_raw_entry() argument

12345678910>>...14