Searched refs:NextRow (Results 1 – 10 of 10) sorted by relevance
73 void NextRow();190 void LogTable::NextRow() { in NextRow() function in webrtc::LogTable313 int DataLog::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLog317 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name); in NextRow()401 int DataLogImpl::NextRow(const std::string& table_name) { in NextRow() function in webrtc::DataLogImpl405 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
143 DataLog::NextRow(DataLog::Combine("table", 1)); in TEST()204 DataLog::NextRow(DataLog::Combine("table", 4)); in TEST()205 DataLog::NextRow(DataLog::Combine("table", 2)); in TEST()206 DataLog::NextRow(DataLog::Combine("table", 3)); in TEST()
29 ASSERT_EQ(0, DataLog::NextRow(table_name)); in PerformLogging()
142 return webrtc::DataLog::NextRow(table_name); in WebRtcDataLog_NextRow()
177 .NextRow: label191 jnz .NextRow
114 static int NextRow(const std::string& table_name);
115 int NextRow(const std::string& table_name);
115 DataLog::NextRow(table_name); in main()
58 DataLog::NextRow("CodecTest"); in CompareInputOutput()