Lines Matching defs:AddError

135     AddError(error);
144 AddError("Expected \"" + string(text) + "\".");
155 AddError(error);
165 AddError("Integer out of range.");
172 AddError(error);
196 AddError("Integer out of range.");
203 AddError(error);
218 AddError("Integer out of range.");
233 AddError(error);
249 AddError(error);
278 AddError("Expected \"" + string(text) + "\".");
285 void Parser::AddError(int line, int column, const string& error) {
287 error_collector_->AddError(line, column, error);
292 void Parser::AddError(const string& error) {
293 AddError(input_->current().line, input_->current().column, error);
451 AddError("Unmatched \"}\".");
475 AddError(syntax_token.line, syntax_token.column,
521 AddError("Expected top-level statement (e.g. \"message\").");
583 AddError("Reached end of input in message definition (missing '}').");
732 AddError(name_token.line, name_token.column,
741 AddError("Missing group body.");
778 AddError("Already set option \"default\".");
838 AddError("Unsigned field can't have negative default value.");
868 AddError("Expected \"true\" or \"false\".");
888 AddError("Messages can't have default values.");
952 AddError("Unexpected end of stream while parsing aggregate value.");
1019 AddError("Unexpected end of stream while parsing option value.");
1026 AddError("Invalid '-' symbol before identifier.");
1064 AddError("Invalid '-' symbol before string.");
1080 AddError("Expected option value.");
1169 AddError("Reached end of input in extend definition (missing '}').");
1230 AddError("Reached end of input in enum definition (missing '}').");
1337 AddError("Reached end of input in service definition (missing '}').");
1422 AddError("Reached end of input in method options (missing '}').");
1455 AddError("Expected \"required\", \"optional\", or \"repeated\".");
1484 AddError("Expected message type.");
1515 AddError("Multiple package definitions.");