HomeSort by relevance Sort by last modified time
    Searched refs:switches_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
command_line.h 174 const SwitchMap& GetSwitches() const { return switches_; }
245 SwitchMap switches_; member in class:base::CommandLine
247 // A mirror of |switches_| with only references to the actual strings.
248 // The StringPiece internally holds a pointer to a key in |switches_| while
249 // the mapped_type points to a value in |switches_|.
command_line.cc 174 switches_(other.switches_),
181 switches_ = other.switches_;
266 switches_.clear();
342 switches_.insert(make_pair(switch_key.substr(prefix_length), value));
489 for (const auto& entry : switches_)

Completed in 840 milliseconds