Lines Matching refs:vec
10 .try_get_matches_from(vec!["myprog", "test123"]);
32 .try_get_matches_from(vec!["myprog", "test123"]);
48 .try_get_matches_from(vec!["myprog", "notest"]);
64 .try_get_matches_from(vec!["myprog", "test123", "test321"]);
75 vec!["test123", "test321"]
89 .try_get_matches_from(vec!["myprog", "test123", "notest"]);
105 .try_get_matches_from(vec!["myprog", "--option", "test123"]);
127 .try_get_matches_from(vec!["myprog", "--option", "notest"]);
144 .try_get_matches_from(vec!["", "--option", "test123", "--option", "test321"]);
155 vec!["test123", "test321"]
170 .try_get_matches_from(vec!["", "--option", "test123", "--option", "notest"]);
360 .try_get_matches_from(vec!["pv", "--option", "123"]);
385 .try_get_matches_from(vec!["pv", "--option", "2"]);
407 .try_get_matches_from(vec!["pv", "--option", "TeSt123"]);
428 .try_get_matches_from(vec!["pv", "--option", "TeSt123"]);
446 .try_get_matches_from(vec!["pv", "--option", "TeSt123", "teST123", "tESt321"]);
470 .try_get_matches_from(vec!["pv", "--option", "test123", "teST123", "test321"]);