HomeSort by relevance Sort by last modified time
    Searched defs:InsertCell (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
data_log.h 78 static int InsertCell(const std::string& table_name,
84 return data_log->InsertCell(
98 static int InsertCell(const std::string& table_name,
105 return data_log->InsertCell(
  /external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc 65 int DataLogImpl::InsertCell(const std::string& /*table_name*/,
data_log.cc 40 int InsertCell(const std::string& column_name,
78 int InsertCell(const std::string& column_name,
120 int Row::InsertCell(const std::string& column_name,
196 int LogTable::InsertCell(const std::string& column_name,
202 return current_row_->InsertCell(column_name, value_container);
391 int DataLogImpl::InsertCell(const std::string& table_name,
398 return tables_[table_name]->InsertCell(column_name, value_container);

Completed in 62 milliseconds