Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc70 std::string GetErrorName(int err, const ConstantToLabel* err_table) { in GetErrorName() argument
74 if (err_table != 0) { in GetErrorName()
75 if (const char* value = LookupLabel(err, err_table)) in GetErrorName()