Home
last modified time | relevance | path

Searched refs:data_log (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Ddata_log.h81 DataLogImpl* data_log = DataLogImpl::StaticInstance(); in InsertCell() local
82 if (data_log == NULL) in InsertCell()
84 return data_log->InsertCell( in InsertCell()
102 DataLogImpl* data_log = DataLogImpl::StaticInstance(); in InsertCell() local
103 if (data_log == NULL) in InsertCell()
105 return data_log->InsertCell( in InsertCell()
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc296 DataLogImpl* data_log = DataLogImpl::StaticInstance(); in AddTable() local
297 if (data_log == NULL) in AddTable()
299 return data_log->AddTable(table_name); in AddTable()
305 DataLogImpl* data_log = DataLogImpl::StaticInstance(); in AddColumn() local
306 if (data_log == NULL) in AddColumn()
308 return data_log->DataLogImpl::StaticInstance()->AddColumn(table_name, in AddColumn()
314 DataLogImpl* data_log = DataLogImpl::StaticInstance(); in NextRow() local
315 if (data_log == NULL) in NextRow()
317 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()
/external/webrtc/webrtc/system_wrappers/
Dsystem_wrappers.gyp28 'include/data_log.h',
71 'source/data_log.cc',
106 'sources!': [ 'source/data_log.cc', ],
DBUILD.gn22 "include/data_log.h",
96 sources += [ "source/data_log.cc" ]