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

  /external/libchrome/base/
command_line.cc 56 bool IsSwitch(const CommandLine::StringType& string,
87 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
468 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
  /art/runtime/
dex_instruction.h 556 bool IsSwitch() const {

Completed in 387 milliseconds