/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 135 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 …]
|
D | importer.cc | 98 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()
|
D | importer.h | 118 void AddError(const string& filename, 185 virtual void AddError(const string& filename, int line, int column,
|
D | parser.h | 177 void AddError(int line, int column, const string& error); 181 void AddError(const string& error);
|
D | parser_unittest.cc | 66 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()
|
D | command_line_interface.cc | 189 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()
|
D | importer_unittest.cc | 66 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::__anona33995a90111::MockErrorCollector
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 319 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 …]
|
D | tokenizer.h | 64 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()
|
D | tokenizer_unittest.cc | 163 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::io::__anona0a5a06f0111::TestErrorCollector
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1871 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 …]
|
D | text_format_unittest.cc | 694 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()
|
D | text_format.cc | 179 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
|
D | descriptor.h | 1031 virtual void AddError(
|
D | descriptor_unittest.cc | 2231 void AddError(const string& filename, in AddError() function in google::protobuf::descriptor_unittest::MockErrorCollector
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 75 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::__anona15720690111::MockErrorCollector
|
D | cpp_unittest.cc | 86 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
|