Searched refs:GetErrorCodeString (Results 1 – 2 of 2) sorted by relevance
47 static inline const char* GetErrorCodeString(ErrorCode error) { in GetErrorCodeString() function
124 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString()