Lines Matching refs:from
11 .try_get_matches_from(vec![OsString::from(""), OsString::from_vec(vec![0xe9])]);
26 OsString::from(""),
27 OsString::from("-a"),
44 OsString::from(""),
61 OsString::from(""),
78 OsString::from(""),
79 OsString::from("--arg"),
96 OsString::from(""),
106 OsString::from(""),
107 OsString::from("-a"),
117 OsString::from(""),
118 OsString::from("--arg"),
129 .try_get_matches_from(vec![OsString::from(""), OsString::from_vec(vec![0xe9])]);
150 OsString::from(""),
151 OsString::from("-a"),
174 OsString::from(""),
197 OsString::from(""),
220 OsString::from(""),
221 OsString::from("--arg"),
244 OsString::from(""),
262 OsString::from(""),
264 OsString::from("normal"),
275 OsString::from(""),
277 OsString::from("normal"),
289 OsString::from(""),
290 OsString::from("subcommand"),
291 OsString::from("normal"),
293 OsString::from("--another_normal"),
304 OsString::from(""),
305 OsString::from("subcommand"),
306 OsString::from("normal"),
308 OsString::from("--another_normal"),
318 assert_eq!(subcommand, OsString::from("subcommand"));
322 OsString::from("normal"),
324 OsString::from("--another_normal"),