Lines Matching refs:Cmdline
67 pub struct Cmdline { struct
72 impl Cmdline { argument
75 pub fn new(capacity: usize) -> Cmdline { in new() argument
77 Cmdline { in new()
142 impl Into<Vec<u8>> for Cmdline { implementation
155 let mut cl = Cmdline::new(100); in insert_hello_world()
166 let mut cl = Cmdline::new(100); in insert_multi()
174 let mut cl = Cmdline::new(100); in insert_space()
184 let mut cl = Cmdline::new(100); in insert_equals()
195 let mut cl = Cmdline::new(100); in insert_emoji()
203 let mut cl = Cmdline::new(13); in insert_string()
213 let mut cl = Cmdline::new(4); in insert_too_large()
222 let mut cl = Cmdline::new(10); in insert_too_large()