Searched refs:ToUsize (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/nom/src/bits/ |
D | streaming.rs | 7 use crate::traits::{InputIter, InputLength, Slice, ToUsize}; 13 C: ToUsize, in take() argument 60 C: ToUsize, in tag() argument
|
D | complete.rs | 7 use crate::traits::{InputIter, InputLength, Slice, ToUsize}; 13 C: ToUsize, in take() argument 60 C: ToUsize, in tag() argument
|
/external/rust/crates/nom/src/ |
D | traits.rs | 1099 pub trait ToUsize { interface 1104 impl ToUsize for u8 { 1111 impl ToUsize for u16 { 1118 impl ToUsize for usize { 1126 impl ToUsize for u32 { 1134 impl ToUsize for u64 {
|
/external/rust/crates/nom/src/multi/ |
D | mod.rs | 8 use crate::traits::{InputLength, InputTake, ToUsize}; 920 N: Copy + ToUsize, in length_data() argument 963 N: Copy + ToUsize, in length_value() argument 991 N: Copy + ToUsize, in length_valuec() argument
|
/external/rust/crates/nom/src/bytes/ |
D | complete.rs | 8 … FindSubstring, FindToken, InputIter, InputLength, InputTake, InputTakeAtPosition, Slice, ToUsize}; 381 C: ToUsize, in take() argument
|
D | streaming.rs | 8 … FindSubstring, FindToken, InputIter, InputLength, InputTake, InputTakeAtPosition, Slice, ToUsize}; 387 C: ToUsize, in take() argument
|
/external/rust/crates/nom/ |
D | CHANGELOG.md | 53 - inline attribute for `ToUsize`
|