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

/external/webrtc/src/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.cc74 void NextRow();
191 void LogTable::NextRow() { function in class:webrtc::LogTable
314 int DataLog::NextRow(const std::string& table_name) { function in class:webrtc::DataLog
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name);
412 int DataLogImpl::NextRow(const std::string& table_name) { function in class:webrtc::DataLogImpl
416 tables_[table_name]->NextRow();

Completed in 115 milliseconds