Lines Matching defs:AddError

135     AddError(error);
144 AddError("Expected \"" + string(text) + "\".");
155 AddError(error);
165 AddError("Integer out of range.");
172 AddError(error);
182 AddError("Integer out of range.");
189 AddError(error);
204 AddError("Integer out of range.");
219 AddError(error);
235 AddError(error);
242 void Parser::AddError(int line, int column, const string& error) {
244 error_collector_->AddError(line, column, error);
249 void Parser::AddError(const string& error) {
250 AddError(input_->current().line, input_->current().column, error);
336 AddError("Unmatched \"}\".");
357 AddError(syntax_token.line, syntax_token.column,
386 AddError("Expected top-level statement (e.g. \"message\").");
407 AddError("Reached end of input in message definition (missing '}').");
486 AddError(name_token.line, name_token.column,
495 AddError("Missing group body.");
523 AddError("Already set option \"default\".");
580 AddError("Unsigned field can't have negative default value.");
610 AddError("Expected \"true\" or \"false\".");
630 AddError("Messages can't have default values.");
703 AddError("Unexpected end of stream while parsing option value.");
708 AddError("Invalid '-' symbol before identifier.");
739 AddError("Invalid '-' symbol before string.");
749 AddError("Expected option value.");
808 AddError("Reached end of input in extend definition (missing '}').");
847 AddError("Reached end of input in enum definition (missing '}').");
918 AddError("Reached end of input in service definition (missing '}').");
965 AddError("Reached end of input in method options (missing '}').");
999 AddError("Expected \"required\", \"optional\", or \"repeated\".");
1028 AddError("Expected message type.");
1058 AddError("Multiple package definitions.");