OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticInstance
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.cc
34
UdpSocketManager* UdpSocketManager::
StaticInstance
(
52
return UdpSocketManager::
StaticInstance
(kAddRef, id, numOfWorkThreads);
58
UdpSocketManager::
StaticInstance
(kRelease, -1,
udp_socket_manager_wrapper.h
61
static UdpSocketManager*
StaticInstance
(
/external/webrtc/webrtc/system_wrappers/include/
data_log.h
81
DataLogImpl* data_log = DataLogImpl::
StaticInstance
();
102
DataLogImpl* data_log = DataLogImpl::
StaticInstance
();
data_log_impl.h
88
// The implementation of the
StaticInstance
() method declared in data_log.h.
90
static DataLogImpl*
StaticInstance
();
/external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc
48
DataLogImpl* DataLogImpl::
StaticInstance
() {
data_log.cc
296
DataLogImpl* data_log = DataLogImpl::
StaticInstance
();
305
DataLogImpl* data_log = DataLogImpl::
StaticInstance
();
308
return data_log->DataLogImpl::
StaticInstance
()->AddColumn(table_name,
314
DataLogImpl* data_log = DataLogImpl::
StaticInstance
();
317
return data_log->DataLogImpl::
StaticInstance
()->NextRow(table_name);
357
DataLogImpl* DataLogImpl::
StaticInstance
() {
trace_impl.h
55
static TraceImpl*
StaticInstance
(CountOperation count_operation,
trace_impl.cc
40
TraceImpl* TraceImpl::
StaticInstance
(CountOperation count_operation,
56
return
StaticInstance
(kAddRefNoCreate, level);
530
TraceImpl::
StaticInstance
(kAddRef);
535
TraceImpl::
StaticInstance
(kRelease);
Completed in 506 milliseconds