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

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc319 AddError(error);
336 AddError("String literals cannot cross line boundaries.");
351 AddError("Expected hex digits for escape sequence.");
355 AddError("Invalid escape sequence in string literal.");
384 AddError("Numbers starting with leading zero must be in octal.");
414 AddError("Need space between number and identifier.");
417 AddError(
420 AddError("Hex and octal numbers must be integers.");
451 AddError(
454 AddError("En
[all...]
H A Dtokenizer.h64 virtual void AddError(int line, int column, const string& message) = 0;
229 void AddError(const string& message) { function in class:google::protobuf::io::Tokenizer
230 error_collector_->AddError(line_, column_, message);
H A Dtokenizer_unittest.cc163 void AddError(int line, int column, const string& message) { function in class:google::protobuf::io::__anon7811::TestErrorCollector
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc135 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(erro
242 void Parser::AddError(int line, int column, const string& error) { function in class:google::protobuf::compiler::Parser
249 void Parser::AddError(const string& error) { function in class:google::protobuf::compiler::Parser
[all...]
H A Dimporter.cc98 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
100 multi_file_error_collector_->AddError(filename_, line, column, message);
127 error_collector_->AddError(filename, -1, 0, "File not found.");
170 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( function in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
180 owner_->error_collector_->AddError(filename, line, column, message);
H A Dimporter.h118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
H A Dparser.h176 // Invokes error_collector_->AddError(), if error_collector_ is not NULL.
177 void AddError(int line, int column, const string& error);
179 // Invokes error_collector_->AddError() with the line and column number
181 void AddError(const string& error);
209 // and only reports the error by calling AddError(). In practice, this
H A Dparser_unittest.cc66 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::__anon7782::MockErrorCollector
81 void AddError(const string& filename, function in class:google::protobuf::compiler::__anon7782::MockValidationErrorCollector
88 wrapped_collector_->AddError(line, column, message);
702 // we test each unique call to AddError() in parser.h. This does not mean
705 // AddError().
H A Dcommand_line_interface.cc189 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
212 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
213 AddError("input", line, column, message);
H A Dimporter_unittest.cc66 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::__anon7766::MockErrorCollector
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1871 void AddError(const string& element_name,
2055 // On error, calls AddError() on the underlying builder and returns false.
2100 builder_->AddError(options_to_interpret_->element_name,
2154 // AddError(). Do not look at their options, which have not been interpreted.
2215 void DescriptorBuilder::AddError( function in class:google::protobuf::DescriptorBuilder
2227 error_collector_->AddError(filename_, element_name,
2239 AddError(element_name, descriptor, location,
2242 AddError(element_name, descriptor, location,
2536 AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME,
2539 AddError(full_nam
[all...]
H A Dtext_format.cc179 error_collector_->AddError(line, col, message);
621 virtual void AddError(int line, int column, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
H A Dtext_format_unittest.cc694 void AddError(int line, int column, const string& message) { function in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
700 AddError(line, column, "WARNING:" + message);
H A Ddescriptor.h1031 virtual void AddError(
H A Ddescriptor_unittest.cc2218 // The tests below trigger every unique call to AddError() in descriptor.cc,
2231 void AddError(const string& filename, function in class:google::protobuf::descriptor_unittest::MockErrorCollector
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc75 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::cpp::__anon7757::MockErrorCollector
H A Dcpp_unittest.cc86 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector

Completed in 879 milliseconds