HomeSort by relevance Sort by last modified time
    Searched refs:LogTable (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log.cc 57 // A LogTable contains multiple rows, where only the latest row is active for
61 class LogTable {
63 LogTable();
64 ~LogTable();
142 LogTable::LogTable()
153 LogTable::~LogTable() {
173 int LogTable::AddColumn(const std::string& column_name,
191 void LogTable::NextRow()
    [all...]
  /external/webrtc/src/system_wrappers/source/
data_log.cc 57 // A LogTable contains multiple rows, where only the latest row is active for
61 class LogTable {
63 LogTable();
64 ~LogTable();
142 LogTable::LogTable()
153 LogTable::~LogTable() {
173 int LogTable::AddColumn(const std::string& column_name,
191 void LogTable::NextRow()
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
data_log_impl.h 32 class LogTable;
141 typedef std::map<std::string, LogTable*> TableMap;
  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 34 class LogTable;
143 typedef std::map<std::string, LogTable*> TableMap;

Completed in 806 milliseconds