Searched refs:Iterator (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | spec_extend.rs | 24 I: Iterator<Item = T>, 33 I: Iterator<Item = T>, 82 I: Iterator<Item = &'a T>, 92 I: Iterator<Item = &'a T>,
|
H A D | drain.rs | 154 impl<T, A: Allocator> Iterator for Drain<'_, T, A> {
|
H A D | into_iter.rs | 47 // ptr == end is a quick test for the Iterator being empty, that works 186 impl<T, A: Allocator> Iterator for IntoIter<T, A> {
|
H A D | mod.rs | 1997 /// fn from_iter_fallible<T>(iter: impl Iterator<Item=T>) -> Result<Vec<T>, TryReserveError> { 3033 fn extend_desugared<I: Iterator<Item = T>>(&mut self, mut iterator: I) { in extend_desugared() 3059 fn try_extend_desugared<I: Iterator<Item = T>>(&mut self, mut iterator: I) -> Result<(), TryReserveError> { in try_extend_desugared()
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_parser.py | 18 from typing import Iterable, Iterator, List, Optional, Tuple namespace 152 _lines: Iterator[Tuple[int, str]] 157 def __init__(self, lines: Iterator[Tuple[int, str]]): 197 def __iter__(self) -> Iterator[str]: 199 Iterator object and returns the Iterator object. 220 -> Iterator[Tuple[int, str]]:
|
H A D | kunit_kernel.py | 18 from typing import Iterator, List, Optional, Tuple namespace 333 def run_kernel(self, args: Optional[List[str]]=None, build_dir: str='', filter_glob: str='', filter: str='', filter_action: Optional[str]=None, timeout: Optional[int]=None) -> Iterator[str]:
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 1942 impl<I: Iterator + ?Sized, A: Allocator> Iterator for Box<I, A> { 1963 impl<I: Iterator + ?Sized, A: Allocator> BoxIter for Box<I, A> { 1978 impl<I: Iterator, A: Allocator> BoxIter for Box<I, A> {
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.cc | 49 QStringList::Iterator it; in readSizes()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | qconf.cc | 51 QStringList::Iterator it; in readSizes()
|
Completed in 18 milliseconds