Searched refs:LogTable (Results 1 – 2 of 2) sorted by relevance
60 class LogTable { class62 LogTable();63 ~LogTable();141 LogTable::LogTable() in LogTable() function in webrtc::LogTable152 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 …]
33 class LogTable; variable141 typedef std::map<std::string, LogTable*> TableMap;