Searched refs:SwitchMap (Results 1 – 3 of 3) 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()
207 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()