Home | History | Annotate | Download | only in gtest

Lines Matching defs:error_text

2830   const char error_text[] = "";
2841 char error_text[kBufSize] = { '\0' };
2846 error_text, // output buffer
2850 for (; message_length && IsSpace(error_text[message_length - 1]);
2852 error_text[message_length - 1] = '\0';
2860 << " Actual: " << error_hex << " " << error_text << "\n";