Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:error_strm

1109             StreamString error_strm;
1110 error_strm.Printf ("Invalid format character or name '%s'. Valid values are:\n", s);
1115 error_strm.Printf ("'%c' or ", format_char);
1117 error_strm.Printf ("\"%s\"", FormatManager::GetFormatAsCString(f));
1118 error_strm.EOL();
1122 error_strm.PutCString ("An optional byte size can precede the format character.\n");
1123 error.SetErrorString(error_strm.GetString().c_str());