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

  /external/chromium/base/
command_line.cc 93 bool IsSwitch(const CommandLine::StringType& parameter_string,
220 if (IsSwitch(arg, &switch_string, &switch_value)) {
470 if (IsSwitch(arg, &switch_string, &switch_value)) {
  /external/chromium_org/base/
command_line.cc 55 bool IsSwitch(const CommandLine::StringType& string,
82 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
272 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
  /art/runtime/
dex_instruction.h 344 bool IsSwitch() const {

Completed in 3758 milliseconds