OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateLog
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/src/system_wrappers/source/
data_log_unittest_disabled.cc
36
ASSERT_EQ(0, DataLog::
CreateLog
());
48
ASSERT_EQ(0, DataLog::
CreateLog
());
data_log_no_op.cc
17
int DataLog::
CreateLog
() {
data_log.cc
276
int DataLog::
CreateLog
() {
277
return DataLogImpl::
CreateLog
();
342
int DataLogImpl::
CreateLog
() {
data_log_unittest.cc
117
ASSERT_EQ(DataLog::
CreateLog
(), 0);
130
DataLog::
CreateLog
();
180
DataLog::
CreateLog
();
data_log_c.cc
22
return webrtc::DataLog::
CreateLog
();
/external/webrtc/src/system_wrappers/interface/
data_log.h
49
static int
CreateLog
();
53
//
CreateLog
or memory leak will occur.
data_log_impl.h
86
// The implementation of the
CreateLog
() method declared in data_log.h.
88
static int
CreateLog
();
Completed in 33 milliseconds