Home
last modified time | relevance | path

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

/external/webrtc/webrtc/tools/
Dsimple_command_line_parser_unittest.cc73 TEST_F(CommandLineParserTest, GetCommandLineFlagName) { in TEST_F() argument
Dsimple_command_line_parser.cc55 std::string CommandLineParser::GetCommandLineFlagName(std::string flag) { in GetCommandLineFlagName() function in webrtc::test::CommandLineParser