Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.cc263 switches_.clear(); in InitFromArgv()
285 return ContainsKey(switches_, switch_string); in HasSwitch()
314 auto result = switches_.find(switch_string); in GetSwitchValueNative()
315 return result == switches_.end() ? StringType() : result->second; in GetSwitchValueNative()
338 switches_.insert(make_pair(switch_key.substr(prefix_length), value)); in AppendSwitchNative()
Dcommand_line.h173 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()
239 SwitchMap switches_; variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc352 std::set<Node*, NodeCmpByNameResourcesLast> switches_; member in tensorflow::functionalize_cond::Conditional
397 switches_.insert(s); in AddSwitch()
412 for (Node* switch_node : switches_) { in BuildArgumentNodes()