Home
last modified time | relevance | path

Searched defs:Shlex (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/shlex/src/
Dlib.rs58 pub struct Shlex<'a>(bytes::Shlex<'a>); struct
60 impl<'a> Shlex<'a> { implementation
66 impl<'a> Iterator for Shlex<'a> { implementation
76 impl<'a> core::ops::Deref for Shlex<'a> { implementation
84 impl<'a> core::ops::DerefMut for Shlex<'a> { implementation
Dbytes.rs40 pub struct Shlex<'a> { struct
46 /// happens, Shlex just throws out the last token, ends the iteration, and sets 'had_error' to argument
51 impl<'a> Shlex<'a> { argument
133 impl<'a> Iterator for Shlex<'a> { implementation