Searched defs:LogTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log.cc57 // A LogTable contains multiple rows, where only the latest row is active for
61 class LogTable { class in namespace:webrtc
63 LogTable();
64 ~LogTable();
142 LogTable::LogTable() function in class:webrtc::LogTable
153 LogTable::~LogTable() {
173 int LogTable::AddColumn(const std::string& column_name,
191 void LogTable
[all...]
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc57 // A LogTable contains multiple rows, where only the latest row is active for
61 class LogTable { class in namespace:webrtc
63 LogTable();
64 ~LogTable();
142 LogTable::LogTable() function in class:webrtc::LogTable
153 LogTable::~LogTable() {
173 int LogTable::AddColumn(const std::string& column_name,
191 void LogTable
[all...]

Completed in 254 milliseconds