Searched refs:WindowsCommandLineArguments (Results 1 – 3 of 3) sorted by relevance
252 class WindowsCommandLineArguments {254 WindowsCommandLineArguments();255 ~WindowsCommandLineArguments();264 RTC_DISALLOW_COPY_AND_ASSIGN(WindowsCommandLineArguments);
267 WindowsCommandLineArguments::WindowsCommandLineArguments() { in WindowsCommandLineArguments() function in rtc::WindowsCommandLineArguments287 WindowsCommandLineArguments::~WindowsCommandLineArguments() { in ~WindowsCommandLineArguments()
26 rtc::WindowsCommandLineArguments win_args; in wWinMain()