Lines Matching refs:Cmdline
70 pub struct Cmdline { struct
75 impl Cmdline { impl
78 pub fn new(capacity: usize) -> Cmdline { in new() argument
80 Cmdline { in new()
145 impl Into<Vec<u8>> for Cmdline { implementation
158 let mut cl = Cmdline::new(100); in insert_hello_world()
169 let mut cl = Cmdline::new(100); in insert_multi()
177 let mut cl = Cmdline::new(100); in insert_space()
187 let mut cl = Cmdline::new(100); in insert_equals()
198 let mut cl = Cmdline::new(100); in insert_emoji()
206 let mut cl = Cmdline::new(13); in insert_string()
216 let mut cl = Cmdline::new(4); in insert_too_large()
225 let mut cl = Cmdline::new(10); in insert_too_large()