Searched refs:kErrorMessages (Results 1 – 2 of 2) sorted by relevance
31 static const char* kErrorMessages[] = { variable
1151 static_assert((-kLastErrorCode + 1) == arraysize(kErrorMessages), in ErrorCodeString()1155 if (idx < arraysize(kErrorMessages)) { in ErrorCodeString()1156 return kErrorMessages[idx]; in ErrorCodeString()