Home
last modified time | relevance | path

Searched refs:switches_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc174 switches_(other.switches_), in CommandLine()
181 switches_ = other.switches_; in operator =()
266 switches_.clear(); in InitFromArgv()
342 switches_.insert(make_pair(switch_key.substr(prefix_length), value)); in AppendSwitchNative()
489 for (const auto& entry : switches_) in ResetStringPieces()
Dcommand_line.h174 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()
245 SwitchMap switches_; variable