Home
last modified time | relevance | path

Searched refs:SwitchMap (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/
Dcommand_line.h43 using SwitchMap = std::map<std::string, StringType, std::less<>>; variable
173 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()
239 SwitchMap switches_;
Dcommand_line_unittest.cc401 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST()
/external/libbrillo/brillo/
Dflag_helper.cc225 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()
/external/libchrome/base/test/
Dtest_suite.cc411 CommandLine::SwitchMap switches = command_line->GetSwitches(); in Initialize()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc247 CommandLine::SwitchMap switches = command_line.GetSwitches(); in PrepareCommandLineForGTest()
257 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); in PrepareCommandLineForGTest()