Searched defs:AddError (Results 1 - 14 of 14) sorted by relevance

/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::__anon13453::MockErrorCollector
H A Dcpp_unittest.cc92 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc292 void AddError(const string& filename, const string& element_name, function in class:google::protobuf::python::BuildFileErrorCollector
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc67 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::__anon13463::MockErrorCollector
H A Dimporter.cc99 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
101 multi_file_error_collector_->AddError(filename_, line, column, message);
128 error_collector_->AddError(filename, -1, 0,
172 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( function in class:google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
182 owner_->error_collector_->AddError(filename, line, column, message);
H A Dcommand_line_interface.cc193 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
224 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
225 AddError("input", line, column, message);
H A Dparser.cc135 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(erro
285 void Parser::AddError(int line, int column, const string& error) { function in class:google::protobuf::compiler::Parser
292 void Parser::AddError(const string& error) { function in class:google::protobuf::compiler::Parser
[all...]
H A Dparser_unittest.cc70 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::__anon13495::MockErrorCollector
85 void AddError(const string& filename, function in class:google::protobuf::compiler::__anon13495::MockValidationErrorCollector
92 wrapped_collector_->AddError(line, column, message);
822 // we test each unique call to AddError() in parser.h. This does not mean
825 // AddError().
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h65 virtual void AddError(int line, int column, const string& message) = 0;
305 void AddError(const string& message) { function in class:google::protobuf::io::Tokenizer
306 error_collector_->AddError(line_, column_, message);
H A Dtokenizer_unittest.cc164 void AddError(int line, int column, const string& message) { function in class:google::protobuf::io::__anon13527::TestErrorCollector
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc984 void AddError(int line, int column, const string& message) { function in class:google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
990 AddError(line, column, "WARNING:" + message);
H A Ddescriptor_unittest.cc2860 // The tests below trigger every unique call to AddError() in descriptor.cc,
2874 void AddError(const string& filename, function in class:google::protobuf::descriptor_unittest::MockErrorCollector
5257 virtual void AddError( function in class:google::protobuf::descriptor_unittest::AbortingErrorCollector
5263 GOOGLE_LOG(FATAL) << "AddError() called unexpectedly: " << filename << ": "
H A Dtext_format.cc284 error_collector_->AddError(line, col, message);
986 virtual void AddError(int line, int column, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
H A Ddescriptor.cc2327 void AddError(const string& element_name,
2331 void AddError(const string& element_name,
2535 // On error, calls AddError() on the underlying builder and returns false.
2587 builder_->AddError(options_to_interpret_->element_name,
2655 // AddError(). Do not look at their options, which have not been interpreted.
2730 void DescriptorBuilder::AddError( function in class:google::protobuf::DescriptorBuilder
2742 error_collector_->AddError(filename_, element_name,
2748 void DescriptorBuilder::AddError( function in class:google::protobuf::DescriptorBuilder
2753 AddError(element_name, descriptor, location, string(error));
2763 AddError(element_nam
5245 virtual void AddError(int /* line */, int /* column */, function in class:google::protobuf::__anon13506::AggregateErrorCollector
[all...]

Completed in 401 milliseconds