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

/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc38 int DataLog::NextRow(const std::string& /*table_name*/) { function in class:webrtc::DataLog
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { function in class:webrtc::DataLogImpl
H A Ddata_log.cc73 void NextRow();
190 void LogTable::NextRow() { function in class:webrtc::LogTable
313 int DataLog::NextRow(const std::string& table_name) { function in class:webrtc::DataLog
317 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name);
401 int DataLogImpl::NextRow(const std::string& table_name) { function in class:webrtc::DataLogImpl
405 tables_[table_name]->NextRow();

Completed in 146 milliseconds