Home
last modified time | relevance | path

Searched refs:LogTable (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc60 class LogTable { class
62 LogTable();
63 ~LogTable();
141 LogTable::LogTable() in LogTable() function in webrtc::LogTable
152 LogTable::~LogTable() { in ~LogTable()
172 int LogTable::AddColumn(const std::string& column_name, in AddColumn()
190 void LogTable::NextRow() { in NextRow()
196 int LogTable::InsertCell(const std::string& column_name, in InsertCell()
205 int LogTable::CreateLogFile(const std::string& file_name) { in CreateLogFile()
220 void LogTable::Flush() { in Flush()
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Ddata_log_impl.h33 class LogTable; variable
141 typedef std::map<std::string, LogTable*> TableMap;