Searched refs:SHORT_OPTIONS_APPDEBUG (Results 1 – 1 of 1) sorted by relevance
133 const std::string SHORT_OPTIONS_APPDEBUG = "hb:p::c::g"; variable700 …option = getopt_long(argc_, argv_, SHORT_OPTIONS_APPDEBUG.c_str(), LONG_OPTIONS_APPDEBUG, nullptr); in ParseAppDebugParameter()