Home
last modified time | relevance | path

Searched refs:NextRow (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc74 void NextRow();
191 void LogTable::NextRow() { in NextRow() function in webrtc::LogTable
314 int DataLog::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLog
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()
412 int DataLogImpl::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLogImpl
416 tables_[table_name]->NextRow(); in NextRow()
Ddata_log_no_op.cc38 int DataLog::NextRow(const std::string& /*table_name*/) { in NextRow() function in webrtc::DataLog
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { in NextRow() function in webrtc::DataLogImpl
Ddata_log_unittest.cc142 DataLog::NextRow(DataLog::Combine("table", 1)); in TEST()
203 DataLog::NextRow(DataLog::Combine("table", 4)); in TEST()
204 DataLog::NextRow(DataLog::Combine("table", 2)); in TEST()
205 DataLog::NextRow(DataLog::Combine("table", 3)); in TEST()
Ddata_log_unittest_disabled.cc29 ASSERT_EQ(0, DataLog::NextRow(table_name)); in PerformLogging()
Ddata_log_c.cc144 return webrtc::DataLog::NextRow(table_name); in WebRtcDataLog_NextRow()
/external/webrtc/src/system_wrappers/interface/
Ddata_log.h116 static int NextRow(const std::string& table_name);
Ddata_log_impl.h117 int NextRow(const std::string& table_name);