Searched refs:kErrorMessageUpperBound (Results 1 – 1 of 1) sorted by relevance
226 static const int32_t kErrorMessageUpperBound = 0; variable1276 if (error_code > kErrorMessageLowerBound && error_code < kErrorMessageUpperBound) { in ErrorCodeString()