Lines Matching refs:Item
303 /// The current input type is a sequence of that `Item` type.
306 type Item;
310 type Iter: Iterator<Item = (usize, Self::Item)>;
313 type IterElem: Iterator<Item = Self::Item>;
322 P: Fn(Self::Item) -> bool;
336 type Item = u8;
351 P: Fn(Self::Item) -> bool,
378 type Item = char;
391 P: Fn(Self::Item) -> bool,
445 /// The current input type is a sequence of that `Item` type.
448 type Item;
456 P: Fn(Self::Item) -> bool;
470 P: Fn(Self::Item) -> bool;
481 P: Fn(Self::Item) -> bool;
495 P: Fn(Self::Item) -> bool;
501 type Item = <T as InputIter>::Item;
505 P: Fn(Self::Item) -> bool,
519 P: Fn(Self::Item) -> bool,
533 P: Fn(Self::Item) -> bool,
547 P: Fn(Self::Item) -> bool,
563 type Item = u8;
567 P: Fn(Self::Item) -> bool,
581 P: Fn(Self::Item) -> bool,
595 P: Fn(Self::Item) -> bool,
609 P: Fn(Self::Item) -> bool,
626 type Item = char;
630 P: Fn(Self::Item) -> bool,
645 P: Fn(Self::Item) -> bool,
660 P: Fn(Self::Item) -> bool,
681 P: Fn(Self::Item) -> bool,
787 T: InputLength + InputIter<Item = u8> + InputTake + UnspecializedInput,
788 O: InputLength + InputIter<Item = u8> + InputTake,
1068 type Item = u8;
1081 where P: Fn(Self::Item) -> bool {
1139 /// The current input type is a sequence of that `Item` type.
1142 type Item;
1155 type Item = u8;
1170 type Item = u8;
1185 type Item = char;
1200 type Item = char;
1215 type Item = char;