Searched refs:NextRow (Results 1 – 7 of 7) sorted by relevance
74 void NextRow();191 void LogTable::NextRow() { in NextRow() function in webrtc::LogTable314 int DataLog::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLog318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()412 int DataLogImpl::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLogImpl416 tables_[table_name]->NextRow(); in NextRow()
38 int DataLog::NextRow(const std::string& /*table_name*/) { in NextRow() function in webrtc::DataLog71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { in NextRow() function in webrtc::DataLogImpl
142 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()
29 ASSERT_EQ(0, DataLog::NextRow(table_name)); in PerformLogging()
144 return webrtc::DataLog::NextRow(table_name); in WebRtcDataLog_NextRow()
116 static int NextRow(const std::string& table_name);
117 int NextRow(const std::string& table_name);