Home
last modified time | relevance | path

Searched refs:AddError (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc135 AddError(error); in Consume()
144 AddError("Expected \"" + string(text) + "\"."); in Consume()
155 AddError(error); in ConsumeIdentifier()
165 AddError("Integer out of range."); in ConsumeInteger()
172 AddError(error); in ConsumeInteger()
182 AddError("Integer out of range."); in ConsumeInteger64()
189 AddError(error); in ConsumeInteger64()
204 AddError("Integer out of range."); in ConsumeNumber()
219 AddError(error); in ConsumeNumber()
235 AddError(error); in ConsumeString()
[all …]
Dimporter.cc98 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
100 multi_file_error_collector_->AddError(filename_, line, column, message); in AddError()
127 error_collector_->AddError(filename, -1, 0, "File not found."); in FindFileByName()
170 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
180 owner_->error_collector_->AddError(filename, line, column, message); in AddError()
Dimporter.h118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
Dparser.h177 void AddError(int line, int column, const string& error);
181 void AddError(const string& error);
Dparser_unittest.cc66 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::__anonc6813b640111::MockErrorCollector
81 void AddError(const string& filename, in AddError() function in google::protobuf::compiler::__anonc6813b640111::MockValidationErrorCollector
88 wrapped_collector_->AddError(line, column, message); in AddError()
Dcommand_line_interface.cc189 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
212 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
213 AddError("input", line, column, message); in AddError()
Dimporter_unittest.cc66 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::__anona33995a90111::MockErrorCollector
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc319 AddError(error); in ConsumeOneOrMore()
336 AddError("String literals cannot cross line boundaries."); in ConsumeString()
351 AddError("Expected hex digits for escape sequence."); in ConsumeString()
355 AddError("Invalid escape sequence in string literal."); in ConsumeString()
384 AddError("Numbers starting with leading zero must be in octal."); in ConsumeNumber()
414 AddError("Need space between number and identifier."); in ConsumeNumber()
417 AddError( in ConsumeNumber()
420 AddError("Hex and octal numbers must be integers."); in ConsumeNumber()
451 AddError( in ConsumeBlockComment()
454 AddError("End-of-file inside block comment."); in ConsumeBlockComment()
[all …]
Dtokenizer.h64 virtual void AddError(int line, int column, const string& message) = 0;
229 void AddError(const string& message) { in AddError() function
230 error_collector_->AddError(line_, column_, message); in AddError()
Dtokenizer_unittest.cc163 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::io::__anona0a5a06f0111::TestErrorCollector
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1871 void AddError(const string& element_name,
2100 builder_->AddError(options_to_interpret_->element_name, in AddOptionError()
2215 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder
2227 error_collector_->AddError(filename_, element_name, in AddError()
2239 AddError(element_name, descriptor, location, in AddNotDefinedError()
2242 AddError(element_name, descriptor, location, in AddNotDefinedError()
2536 AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, in AddSymbol()
2539 AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, in AddSymbol()
2546 AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, in AddSymbol()
2573 AddError(name, proto, DescriptorPool::ErrorCollector::NAME, in AddPackage()
[all …]
Dtext_format_unittest.cc694 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
700 AddError(line, column, "WARNING:" + message); in AddWarning()
Dtext_format.cc179 error_collector_->AddError(line, col, message); in ReportError()
621 virtual void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
Ddescriptor.h1031 virtual void AddError(
Ddescriptor_unittest.cc2231 void AddError(const string& filename, in AddError() function in google::protobuf::descriptor_unittest::MockErrorCollector
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc75 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::__anona15720690111::MockErrorCollector
Dcpp_unittest.cc86 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector