Searched defs:InsertCell (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
H A Ddata_log.h78 static int InsertCell(const std::string& table_name, function in class:webrtc::DataLog
84 return data_log->InsertCell(
98 static int InsertCell(const std::string& table_name, function in class:webrtc::DataLog
105 return data_log->InsertCell(
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc65 int DataLogImpl::InsertCell(const std::string& /*table_name*/, function in class:webrtc::DataLogImpl
H A Ddata_log.cc40 int InsertCell(const std::string& column_name,
78 int InsertCell(const std::string& column_name,
120 int Row::InsertCell(const std::string& column_name, function in class:webrtc::Row
196 int LogTable::InsertCell(const std::string& column_name, function in class:webrtc::LogTable
202 return current_row_->InsertCell(column_name, value_container);
391 int DataLogImpl::InsertCell(const std::string& table_name, function in class:webrtc::DataLogImpl
398 return tables_[table_name]->InsertCell(column_name, value_container);

Completed in 99 milliseconds