Home
last modified time | relevance | path

Searched refs:AsBytes (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/nom/src/
H A Dtraits.rs90 pub trait AsBytes { traits
95 impl<'a> AsBytes for &'a str { impls
102 impl AsBytes for str {
109 impl<'a> AsBytes for &'a [u8] { impls
116 impl AsBytes for [u8] { impls
126 impl<'a> AsBytes for &'a [u8; $N] { impls
133 impl AsBytes for [u8; $N] { impls
829 self.compare(AsBytes::as_bytes(t)) in compare()
833 self.compare_no_case(AsBytes::as_bytes(t)) in compare()
867 AsBytes in compare()
[all...]
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs12 AsBytes, AsChar, Compare, InputIter, InputLength, InputTake, InputTakeAtPosition, Offset, Slice,
1430 T: AsBytes, in recognize_float_parts()
1539 T: AsBytes, in float()
1593 T: AsBytes, in double()
H A Dcomplete.rs13 AsBytes, AsChar, Compare, InputIter, InputLength, InputTake, InputTakeAtPosition, Offset, Slice,
1461 T: AsBytes, in recognize_float_parts()
1567 T: AsBytes, in float()
1620 T: AsBytes, in double()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 31 milliseconds