Home | History | Annotate | Download | only in browser

Lines Matching refs:switches

185   switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType();
186 switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType();
195 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesBegin) !=
197 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesEnd) !=
221 // Convert the flags to switches. Experiment 3 shouldn't be among the switches
233 // Tests that switches which should have values get them in the command
243 // Convert the flags to switches.
252 // Confirm that there is no '=' in the command line for simple switches.
265 // And confirm there is a '=' for switches with values.