Home
last modified time | relevance | path

Searched defs:RemoveSwitch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dcommand_line.cc426 void CommandLine::RemoveSwitch(std::string_view switch_key_without_prefix) { in GetSwitchValueASCII() function in base::CommandLine
H A Dcommand_line_unittest.cc622 TEST(CommandLineTest, RemoveSwitch) { in TEST() argument