Home
last modified time | relevance | path

Searched defs:HasSwitch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dcommand_line.cc283 bool CommandLine::HasSwitch(const base::StringPiece& switch_string) const { in HasSwitch() function in base::CommandLine
288 bool CommandLine::HasSwitch(const char switch_constant[]) const { in HasSwitch() function in base::CommandLine
/aosp_15_r20/external/cronet/base/
H A Dcommand_line.cc335 bool CommandLine::HasSwitch(std::string_view switch_string) const { in HasSwitch() function in base::CommandLine
340 bool CommandLine::HasSwitch(const char switch_constant[]) const { in HasSwitch() function in base::CommandLine
/aosp_15_r20/external/libchrome-gestures/src/
H A Dcommand_line.cc137 bool CommandLine::HasSwitch(const std::string& switch_string) const { in HasSwitch() function in gestures::CommandLine