Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Ddata_log_c.cc30 const char* table_name, int table_id) { in WebRtcDataLog_Combine() argument
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id); in WebRtcDataLog_Combine()
Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { in Combine() argument
Ddata_log.cc284 std::string DataLog::Combine(const std::string& table_name, int table_id) { in Combine() argument
288 ss << "_" << table_id; in Combine()
/external/webrtc/src/system_wrappers/interface/
Ddata_log_c.h35 const char* table_name, int table_id);
Ddata_log.h58 static std::string Combine(const std::string& table_name, int table_id);