Searched refs:switch2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dcommand_line_unittest.cc120 std::string switch2 = "switch2"; local
132 cl.AppendSwitchASCII(switch2, value);
138 EXPECT_TRUE(cl.HasSwitch(switch2));
139 EXPECT_EQ(value, cl.GetSwitchValueASCII(switch2));
150 L"--switch2=value "
164 cl1.AppendSwitchASCII("switch2", "foo");
174 c2.AppendSwitch("switch2");
179 EXPECT_TRUE(c1.HasSwitch("switch2"));

Completed in 333 milliseconds