Home
last modified time | relevance | path

Searched refs:first_two (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/itertools/src/
Dexactly_one_err.rs24 first_two: Option<Either<[I::Item; 2], I::Item>>, field
33 pub(crate) fn new(first_two: Option<Either<[I::Item; 2], I::Item>>, inner: I) -> Self { in new()
34 Self { first_two, inner }
38 match self.first_two { in additional_len()
53 match self.first_two.take() { in next()
55 self.first_two = Some(Either::Right(second)); in next()
93 match &self.first_two { in fmt()
/external/llvm-project/mlir/test/Bindings/Python/
Dir_operation.py190 first_two = consumer.operands[0:2]
191 for operand in first_two: