OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStaticInstance
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
ssrc_database.cc
25
return
GetStaticInstance
<SSRCDatabase>(kAddRef);
29
GetStaticInstance
<SSRCDatabase>(kRelease);
ssrc_database.h
42
friend SSRCDatabase*
GetStaticInstance
<SSRCDatabase>(
/external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h
58
friend UdpSocketManager* webrtc::
GetStaticInstance
<UdpSocketManager>(
udp_socket_manager_wrapper.cc
40
GetStaticInstance
<UdpSocketManager>(count_operation);
/external/webrtc/webrtc/system_wrappers/include/
static_instance.h
37
static T*
GetStaticInstance
(CountOperation count_operation) {
/external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc
51
GetStaticInstance
<TraceImpl>(count_operation);
Completed in 1167 milliseconds