Home | History | Annotate | Download | only in gtest

Lines Matching refs:error_text

1205   const char error_text[] = "";
1214 char error_text[kBufSize] = { '\0' };
1219 error_text, // output buffer
1223 for (; message_length && isspace(error_text[message_length - 1]);
1225 error_text[message_length - 1] = '\0';
1232 << " Actual: " << error_hex << error_text << "\n";