Searched refs:LogTable (Results 1 – 2 of 2) sorted by relevance
61 class LogTable { class63 LogTable();64 ~LogTable();142 LogTable::LogTable() in LogTable() function in webrtc::LogTable153 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 …]
34 class LogTable; variable143 typedef std::map<std::string, LogTable*> TableMap;