Home
last modified time | relevance | path

Searched refs:kEndSwitch (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/ipc_fuzzer/message_tools/
H A Dmessage_util.cc27 const char kEndSwitch[] = "end"; variable
58 << " [--" << kEndSwitch << "=m]" in usage()
67 << " --" << kEndSwitch << " - " << kEndSwitchHelp << "\n" in usage()
103 if (cmd->HasSwitch(kEndSwitch)) { in main()
104 int temp = atoi(cmd->GetSwitchValueASCII(kEndSwitch).c_str()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/ipc_fuzzer/message_tools/
H A Dmessage_util.cc27 const char kEndSwitch[] = "end"; variable
58 << " [--" << kEndSwitch << "=m]" in usage()
67 << " --" << kEndSwitch << " - " << kEndSwitchHelp << "\n" in usage()
103 if (cmd->HasSwitch(kEndSwitch)) { in main()
104 int temp = atoi(cmd->GetSwitchValueASCII(kEndSwitch).c_str()); in main()