OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UdpSocket2ManagerWindows
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc
22
uint32_t
UdpSocket2ManagerWindows
::_numOfActiveManagers = 0;
23
bool
UdpSocket2ManagerWindows
::_wsaInit = false;
25
UdpSocket2ManagerWindows
::
UdpSocket2ManagerWindows
()
43
// if a
UdpSocket2ManagerWindows
() created and destroyed
48
UdpSocket2ManagerWindows
::~
UdpSocket2ManagerWindows
()
51
"
UdpSocket2ManagerWindows
(%d)::~
UdpSocket2ManagerWindows
()",
98
bool
UdpSocket2ManagerWindows
::Init(int32_t id
[
all
...]
udp_socket2_manager_win.h
115
class
UdpSocket2ManagerWindows
: public UdpSocketManager
118
UdpSocket2ManagerWindows
();
119
virtual ~
UdpSocket2ManagerWindows
();
udp_socket_manager_wrapper.cc
28
return static_cast<UdpSocketManager*>(new
UdpSocket2ManagerWindows
());
udp_socket2_win.h
34
class
UdpSocket2ManagerWindows
;
134
UdpSocket2ManagerWindows
* _mgr;
udp_socket2_win.cc
67
_mgr = static_cast<
UdpSocket2ManagerWindows
*>(mgr);
[
all
...]
Completed in 48 milliseconds