Lines Matching refs:LogTable
61 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()
335 delete static_cast<LogTable*>(it->second); in ~DataLogImpl()
387 tables_[table_name] = new LogTable(); in AddTable()