Home
last modified time | relevance | path

Searched refs:size_hint (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dextract_if.rs87 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() functions
H A Dmod.rs3044 let (lower, _) = iterator.size_hint(); in extend_desugared()
3070 let (lower, _) = iterator.size_hint(); in try_extend_desugared()
3089 let (low, high) = iterator.size_hint(); in extend_trusted()
3122 let (low, high) = iterator.size_hint(); in try_extend_trusted()
3163 /// * or the lower bound of its `size_hint()` is exact.
H A Dinto_iter.rs209 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() functions
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs1947 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() functions
1948 (**self).size_hint() in size_hint()
2159 fn size_hint(&self) -> (usize, Option<usize>) { in size_hint() functions
2160 (**self).size_hint() in size_hint()

Completed in 8 milliseconds