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

  /external/chromium_org/base/
command_line.cc 56 bool IsSwitch(const CommandLine::StringType& string,
83 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
274 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
  /art/runtime/
dex_instruction.h 470 bool IsSwitch() const {

Completed in 4113 milliseconds