Home | History | Annotate | Download | only in src

Lines Matching defs:error_text

1346   const char error_text[] = "";
1357 char error_text[kBufSize] = { '\0' };
1362 error_text, // output buffer
1366 for (; message_length && IsSpace(error_text[message_length - 1]);
1368 error_text[message_length - 1] = '\0';
1376 << " Actual: " << error_hex << " " << error_text << "\n";