Searched refs:table_id (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { argument
H A Ddata_log_c.cc30 const char* table_name, int table_id) {
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
29 WebRtcDataLog_Combine(char* combined_name, size_t combined_len, const char* table_name, int table_id) argument
H A Ddata_log.cc284 std::string DataLog::Combine(const std::string& table_name, int table_id) { argument
288 ss << "_" << table_id; local
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h56 // Combines the string table_name and the integer table_id into a new string
57 // table_name + _ + table_id. The new string will be lower-case.
58 static std::string Combine(const std::string& table_name, int table_id);
H A Ddata_log_c.h35 const char* table_name, int table_id);

Completed in 219 milliseconds