Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc61 class LogTable { class
63 LogTable();
64 ~LogTable();
142 LogTable::LogTable() in LogTable() function in webrtc::LogTable
153 LogTable::~LogTable() { in ~LogTable()
173 int LogTable::AddColumn(const std::string& column_name, in AddColumn()
191 void LogTable::NextRow() { in NextRow()
197 int LogTable::InsertCell(const std::string& column_name, in InsertCell()
206 int LogTable::CreateLogFile(const std::string& file_name) { in CreateLogFile()
221 void LogTable::Flush() { in Flush()
[all …]
/external/webrtc/src/system_wrappers/interface/
Ddata_log_impl.h34 class LogTable; variable
143 typedef std::map<std::string, LogTable*> TableMap;