Home
last modified time | relevance | path

Searched defs:AsBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/nom/src/
Dtraits.rs90 pub trait AsBytes { trait
95 impl<'a> AsBytes for &'a str { impl
109 impl<'a> AsBytes for &'a [u8] { impl
116 impl AsBytes for [u8] { impl
126 impl<'a> AsBytes for &'a [u8; $N] { impl
133 impl AsBytes for [u8; $N] { impl
/third_party/rust/crates/nom/src/number/
Dstreaming.rs1430 T: AsBytes, in recognize_float_parts()
1539 T: AsBytes, in float()
1593 T: AsBytes, in double()
Dcomplete.rs1461 T: AsBytes, in recognize_float_parts()
1567 T: AsBytes, in float()
1620 T: AsBytes, in double()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp45071 AsBytes(Span<ElementType, Extent> s) in AsBytes() function