Searched refs:from_iter (Results 1 – 4 of 4) sorted by relevance
85 struct bvec_iter from_iter = BVEC_ITER_ALL_INIT; in copy_to_high_bio_irq() local88 fromvec = bio_iter_iovec(from, from_iter); in copy_to_high_bio_irq()98 bio_advance_iter(from, &from_iter, tovec.bv_len); in copy_to_high_bio_irq()
22 TokenStream::from_iter([TokenTree::Ident(res)]) in concat_idents()
2727 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { in from_iter() method2728 <Self as SpecFromIter<T, I::IntoIter>>::from_iter(iter.into_iter()) in from_iter()
1903 fn from_iter<T: IntoIterator<Item = I>>(iter: T) -> Self { in from_iter() method
Completed in 13 milliseconds