Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dmain.cc38 class WindowsCommandLineArguments { class
40 WindowsCommandLineArguments();
42 WindowsCommandLineArguments(const WindowsCommandLineArguments&) = delete;
43 WindowsCommandLineArguments& operator=(WindowsCommandLineArguments&) = delete;
55 WindowsCommandLineArguments::WindowsCommandLineArguments() { in WindowsCommandLineArguments() function in __anon8eeae6dd0111::WindowsCommandLineArguments
80 WindowsCommandLineArguments win_args; in wWinMain()