Searched refs:SwitchMap (Results 1 – 5 of 5) sorted by relevance
43 using SwitchMap = std::map<std::string, StringType, std::less<>>; variable173 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()239 SwitchMap switches_;
401 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST()
225 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()
411 CommandLine::SwitchMap switches = command_line->GetSwitches(); in Initialize()
247 CommandLine::SwitchMap switches = command_line.GetSwitches(); in PrepareCommandLineForGTest()257 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); in PrepareCommandLineForGTest()