Searched refs:InputTake (Results 1 - 8 of 8) sorted by relevance
/third_party/rust/crates/nom/src/bytes/ |
H A D | streaming.rs | 9 Compare, CompareResult, FindSubstring, FindToken, InputIter, InputLength, InputTake, 35 Input: InputTake + InputLength + Compare<T>, in tag() 77 Input: InputTake + InputLength + Compare<T>, in tag_no_case() 266 Input: InputTake + InputIter + InputLength, in take_while_m_n() 415 Input: InputIter + InputTake + InputLength, in take() 450 Input: InputTake + InputLength + FindSubstring<T>, in take_until() 490 Input: InputTake + InputLength + FindSubstring<T>, in take_until1() 534 + InputTake in escaped() 636 + InputTake in escaped_transform()
|
H A D | complete.rs | 9 Compare, CompareResult, FindSubstring, FindToken, InputIter, InputLength, InputTake, 36 Input: InputTake + Compare<T>, in tag() 78 Input: InputTake + Compare<T>, in tag_no_case() 255 Input: InputTake + InputIter + InputLength + Slice<RangeFrom<usize>>, in take_while_m_n() 407 Input: InputIter + InputTake, in take() 439 Input: InputTake + FindSubstring<T>, in take_until() 475 Input: InputTake + FindSubstring<T>, in take_until1() 518 + InputTake in escaped() 632 + InputTake in escaped_transform()
|
/third_party/rust/crates/nom/src/ |
H A D | traits.rs | 328 pub trait InputTake: Sized { traits 365 impl<'a> InputTake for &'a [u8] { impls 416 impl<'a> InputTake for &'a str { impls 434 /// `InputTake` and `Clone`, you can implement `UnspecializedInput` and get 498 impl<T: InputLength + InputIter + InputTake + Clone + UnspecializedInput> InputTakeAtPosition 787 T: InputLength + InputIter<Item = u8> + InputTake + UnspecializedInput, 788 O: InputLength + InputIter<Item = u8> + InputTake,
|
/third_party/rust/crates/nom/src/multi/ |
H A D | mod.rs | 11 use crate::traits::{InputLength, InputTake, ToUsize}; 923 I: InputLength + InputTake, in length_data() 968 I: Clone + InputLength + InputTake, in length_value()
|
/third_party/rust/crates/nom/src/character/ |
H A D | streaming.rs | 12 AsChar, FindToken, InputIter, InputLength, InputTake, InputTakeAtPosition, Slice, 617 T: Clone + InputTake + InputLength, 641 T: InputIter + Slice<RangeFrom<usize>> + InputLength + InputTake + Clone,
|
H A D | complete.rs | 12 AsChar, FindToken, InputIter, InputLength, InputTake, InputTakeAtPosition, Slice, 711 T: Clone + InputTake, 735 T: InputIter + Slice<RangeFrom<usize>> + InputLength + InputTake + Clone,
|
/third_party/rust/crates/nom/src/number/ |
H A D | streaming.rs | 12 AsBytes, AsChar, Compare, InputIter, InputLength, InputTake, InputTakeAtPosition, Offset, Slice, 1386 T: InputIter + InputTake + InputLength + Compare<&'static str>, in recognize_float_or_exceptions() 1427 T: InputTakeAtPosition + InputTake + InputLength, in recognize_float_parts() 1534 T: InputIter + InputLength + InputTake + crate::traits::ParseTo<f32> + Compare<&'static str>, in float() 1588 T: InputIter + InputLength + InputTake + crate::traits::ParseTo<f64> + Compare<&'static str>, in double()
|
H A D | complete.rs | 13 AsBytes, AsChar, Compare, InputIter, InputLength, InputTake, InputTakeAtPosition, Offset, Slice, 1417 T: InputIter + InputTake + Compare<&'static str>, in recognize_float_or_exceptions() 1456 T: InputIter + InputTake, in recognize_float_parts() 1562 T: InputIter + InputLength + InputTake, in float() 1615 T: InputIter + InputLength + InputTake, in double()
|
Completed in 12 milliseconds