Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dflags.h252 class WindowsCommandLineArguments {
254 WindowsCommandLineArguments();
255 ~WindowsCommandLineArguments();
264 RTC_DISALLOW_COPY_AND_ASSIGN(WindowsCommandLineArguments);
Dflags.cc267 WindowsCommandLineArguments::WindowsCommandLineArguments() { in WindowsCommandLineArguments() function in rtc::WindowsCommandLineArguments
287 WindowsCommandLineArguments::~WindowsCommandLineArguments() { in ~WindowsCommandLineArguments()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain.cc26 rtc::WindowsCommandLineArguments win_args; in wWinMain()