Home | History | Annotate | Download | only in googletest

Lines Matching full:error_text

1343   const char error_text[] = "";
1354 char error_text[kBufSize] = { '\0' };
1359 error_text, // output buffer
1363 for (; message_length && IsSpace(error_text[message_length - 1]);
1365 error_text[message_length - 1] = '\0';
1373 << " Actual: " << error_hex << error_text << "\n";