HomeSort by relevance Sort by last modified time
    Searched refs:IsSwitch (Results 1 - 3 of 3) 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 {
  /art/runtime/verifier/
method_verifier.cc 658 if (inst->IsBranch() || inst->IsSwitch() || inst->IsThrow()) {
    [all...]

Completed in 947 milliseconds