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

  /external/libchrome/base/
command_line.cc 271 switches_by_stringpiece_.clear();
291 return switches_by_stringpiece_.find(switch_string) !=
292 switches_by_stringpiece_.end();
321 auto result = switches_by_stringpiece_.find(switch_string);
322 return result == switches_by_stringpiece_.end() ? StringType()
349 switches_by_stringpiece_[insertion.first->first] = &(insertion.first->second);
493 switches_by_stringpiece_.clear();
495 switches_by_stringpiece_[entry.first] = &(entry.second);
command_line.h 57 // Override copy and assign to ensure |switches_by_stringpiece_| is valid.
251 StringPieceSwitchMap switches_by_stringpiece_; member in class:base::CommandLine

Completed in 118 milliseconds