Home
last modified time | relevance | path

Searched defs:into_iter (Results 1 – 25 of 129) sorted by relevance

123456

/external/rust/crates/gdbstub/src/protocol/common/
Dlists.rs17 pub fn into_iter(self) -> impl Iterator<Item = &'a [u8]> + 'a { in into_iter() method
/external/rust/crates/clap/src/util/
Dflat_set.rs77 fn into_iter(self) -> Self::IntoIter { in into_iter() method
86 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/openssl/src/
Dstack.rs80 fn into_iter(self) -> IntoIter<T> { in into_iter() method
282 fn into_iter(self) -> Iter<'a, T> { in into_iter() method
291 fn into_iter(self) -> IterMut<'a, T> { in into_iter() method
300 fn into_iter(self) -> Iter<'a, T> { in into_iter() method
309 fn into_iter(self) -> IterMut<'a, T> { in into_iter() method
/external/rust/crates/futures-util/src/stream/
Dselect_all.rs167 fn into_iter(self) -> Self::IntoIter { in into_iter() method
176 fn into_iter(self) -> Self::IntoIter { in into_iter() method
185 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/syn/src/
Ddata.rs121 fn into_iter(self) -> Self::IntoIter { in into_iter() method
134 fn into_iter(self) -> Self::IntoIter { in into_iter() method
143 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/futures/tests/
Dstream_futures_unordered.rs251 let mut into_iter = stream.into_iter(); in into_iter_len() localVariable
268 let mut into_iter = stream.into_iter(); in into_iter_partial() localVariable
Dstream_select_all.rs183 fn into_iter() { in into_iter() function
/external/rust/crates/thread_local/src/
Dcached.rs87 fn into_iter(self) -> CachedIntoIter<T> { in into_iter() method
98 fn into_iter(self) -> CachedIterMut<'a, T> { in into_iter() method
/external/rust/crates/hashlink/src/
Dlru_cache.rs259 fn into_iter(self) -> IntoIter<K, V> { in into_iter() method
269 fn into_iter(self) -> Iter<'a, K, V> { in into_iter() method
279 fn into_iter(self) -> IterMut<'a, K, V> { in into_iter() method
/external/rust/crates/rayon/src/slice/
Drchunks.rs71 fn into_iter(self) -> Self::IntoIter { in into_iter() method
171 fn into_iter(self) -> Self::IntoIter { in into_iter() method
251 fn into_iter(self) -> Self::IntoIter { in into_iter() method
368 fn into_iter(self) -> Self::IntoIter { in into_iter() method
Dchunks.rs72 fn into_iter(self) -> Self::IntoIter { in into_iter() method
173 fn into_iter(self) -> Self::IntoIter { in into_iter() method
253 fn into_iter(self) -> Self::IntoIter { in into_iter() method
371 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/gdbstub/src/protocol/commands/
D_qSupported.rs28 pub fn into_iter(self) -> impl Iterator<Item = Result<Option<(Feature, bool)>, ()>> + 'a { in into_iter() method
/external/rust/crates/itertools/src/
Drciter_impl.rs91 fn into_iter(self) -> RcIter<I> { in into_iter() function
/external/rust/crates/regex-automata/src/
Dsparse_set.rs57 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/ahash/src/
Dhash_map.rs363 fn into_iter(self) -> Self::IntoIter { in into_iter() method
371 fn into_iter(self) -> Self::IntoIter { in into_iter() method
379 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/crosvm/cros_async/src/
Dqueue.rs51 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/futures-util/src/stream/futures_unordered/
Dmod.rs605 fn into_iter(self) -> Self::IntoIter { in into_iter() method
614 fn into_iter(self) -> Self::IntoIter { in into_iter() method
623 fn into_iter(mut self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/weak-table/src/
Dptr_weak_key_hash_map.rs349 fn into_iter(self) -> Self::IntoIter { in into_iter() method
361 fn into_iter(self) -> Self::IntoIter { in into_iter() method
373 fn into_iter(self) -> Self::IntoIter { in into_iter() method
Dptr_weak_hash_set.rs283 fn into_iter(self) -> Self::IntoIter { in into_iter() method
297 fn into_iter(self) -> Self::IntoIter { in into_iter() function
/external/rust/crates/lru-cache/src/
Dlib.rs325 fn into_iter(self) -> IntoIter<K, V> { in into_iter() method
333 fn into_iter(self) -> Iter<'a, K, V> { self.iter() } in into_iter() method
339 fn into_iter(self) -> IterMut<'a, K, V> { self.iter_mut() } in into_iter() method
/external/rust/crates/hashbrown/src/raw/
Dbitmask.rs104 fn into_iter(self) -> BitMaskIter { in into_iter() method
/external/rust/crates/protobuf/2.27.1/src/
Drepeated.rs251 pub fn into_iter(mut self) -> vec::IntoIter<T> { in into_iter() method
367 fn into_iter(self) -> slice::Iter<'a, T> { in into_iter() method
376 fn into_iter(self) -> slice::IterMut<'a, T> { in into_iter() method
385 fn into_iter(self) -> vec::IntoIter<T> { in into_iter() method
/external/rust/crates/protobuf/2.27.1/src/reflect/
Drepeated.rs94 fn into_iter(self) -> Self::IntoIter { in into_iter() method
185 fn into_iter(self) -> Self::IntoIter { in into_iter() method
/external/rust/crates/crossbeam-queue/tests/
Dseg_queue.rs176 fn into_iter() { in into_iter() function
/external/rust/crates/regex/src/
Dsparse.rs81 fn into_iter(self) -> Self::IntoIter { in into_iter() method

123456