Searched refs:errorToString (Results 1 – 3 of 3) sorted by relevance
85 const char *errorToString(uint16_t index) { in errorToString() function96 #define errorToString(x) macro193 STATS_TRACE("logError(errorIndex: %s)", errorToString(errorIndex)); in logError()
84 const char *errorToString(uint16_t index) { in errorToString() function95 #define errorToString(x) macro225 STATS_TRACE("logError(errorIndex: %s)", errorToString(errorIndex)); in logError()
42 inline std::string errorToString(const ScopedAStatus& s) { in errorToString() function