Home | History | Annotate | Download | only in ceres

Lines Matching full:error_text

2647   const char error_text[] = "";
2658 char error_text[kBufSize] = { '\0' };
2663 error_text, // output buffer
2667 for (; message_length && IsSpace(error_text[message_length - 1]);
2669 error_text[message_length - 1] = '\0';
2677 << " Actual: " << error_hex << error_text << "\n";