Lines Matching full:switch1
243 std::string switch1 = "switch1";
255 cl.AppendSwitch(switch1);
261 EXPECT_TRUE(cl.HasSwitch(switch1));
273 L"--switch1 "
288 cl.AppendSwitch("switch1");
293 EXPECT_EQ(FILE_PATH_LITERAL("prog --switch1 --switch2=foo -- --arg1 --arg2"),
297 EXPECT_EQ(FILE_PATH_LITERAL("--switch1"), cl_argv[1]);
309 cl1.AppendSwitch("switch1");
318 c1.AppendSwitch("switch1");
324 EXPECT_TRUE(c1.HasSwitch("switch1"));