HomeSort by relevance Sort by last modified time
    Searched refs:NextRow (Results 1 - 8 of 8) sorted by null

  /external/webrtc/src/system_wrappers/source/
data_log_no_op.cc 38 int DataLog::NextRow(const std::string& /*table_name*/) {
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) {
data_log_unittest_disabled.cc 29 ASSERT_EQ(0, DataLog::NextRow(table_name));
data_log.cc 74 void NextRow();
191 void LogTable::NextRow() {
314 int DataLog::NextRow(const std::string& table_name) {
318 return data_log->DataLogImpl::StaticInstance()->NextRow(table_name);
412 int DataLogImpl::NextRow(const std::string& table_name) {
416 tables_[table_name]->NextRow();
data_log_unittest.cc 142 DataLog::NextRow(DataLog::Combine("table", 1));
203 DataLog::NextRow(DataLog::Combine("table", 4));
204 DataLog::NextRow(DataLog::Combine("table", 2));
205 DataLog::NextRow(DataLog::Combine("table", 3));
data_log_c.cc 144 return webrtc::DataLog::NextRow(table_name);
  /external/webrtc/src/system_wrappers/interface/
data_log.h 116 static int NextRow(const std::string& table_name);
data_log_impl.h 115 // The implementation of the NextRow() method declared in data_log.h. See
117 int NextRow(const std::string& table_name);
  /external/libvpx/vp8/encoder/x86/
ssim_opt.asm 86 NextRow:
109 jnz NextRow

Completed in 434 milliseconds