Searched refs:switches_ (Results 1 – 2 of 2) sorted by relevance
177 switches_(other.switches_), in CommandLine()184 switches_ = other.switches_; in operator =()258 switches_.clear(); in InitFromArgv()334 switches_.insert(make_pair(switch_key.substr(prefix_length), value)); in AppendSwitchNative()478 for (const auto& entry : switches_) in ResetStringPieces()
166 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()237 SwitchMap switches_; variable