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 50 bool IsSwitch(const CommandLine::StringType& string,
77 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
258 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
  /art/runtime/
dex_instruction.h 344 bool IsSwitch() const {

Completed in 154 milliseconds