/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() 196 AddError("Integer out of range."); in ConsumeInteger64() 203 AddError(error); in ConsumeInteger64() 218 AddError("Integer out of range."); in ConsumeNumber() 233 AddError(error); in ConsumeNumber() 249 AddError(error); in ConsumeString() [all …]
|
D | importer.cc | 99 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector 101 multi_file_error_collector_->AddError(filename_, line, column, message); in AddError() 128 error_collector_->AddError(filename, -1, 0, in FindFileByName() 172 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector 182 owner_->error_collector_->AddError(filename, line, column, message); in AddError()
|
D | importer.h | 118 void AddError(const string& filename, 188 virtual void AddError(const string& filename, int line, int column,
|
D | parser.h | 197 void AddError(int line, int column, const string& error); 201 void AddError(const string& error);
|
D | command_line_interface.cc | 193 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter 224 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter 225 AddError("input", line, column, message); in AddError()
|
D | importer_unittest.cc | 67 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::__anona35e47640111::MockErrorCollector
|
D | parser_unittest.cc | 70 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::__anon18c8425f0111::MockErrorCollector 85 void AddError(const string& filename, in AddError() function in google::protobuf::compiler::__anon18c8425f0111::MockValidationErrorCollector 92 wrapped_collector_->AddError(line, column, message); in AddError()
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 340 AddError(error); in ConsumeOneOrMore() 356 AddError("Unexpected end of string."); in ConsumeString() 361 AddError("String literals cannot cross line boundaries."); in ConsumeString() 379 AddError("Expected hex digits for escape sequence."); in ConsumeString() 387 AddError("Expected four hex digits for \\u escape sequence."); in ConsumeString() 400 AddError("Expected eight hex digits up to 10ffff for \\U escape " in ConsumeString() 404 AddError("Invalid escape sequence in string literal."); in ConsumeString() 433 AddError("Numbers starting with leading zero must be in octal."); in ConsumeNumber() 463 AddError("Need space between number and identifier."); in ConsumeNumber() 466 AddError( in ConsumeNumber() [all …]
|
D | tokenizer.h | 65 virtual void AddError(int line, int column, const string& message) = 0; 305 void AddError(const string& message) { in AddError() function 306 error_collector_->AddError(line_, column_, message); in AddError()
|
D | tokenizer_unittest.cc | 164 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::io::__anonfb5a914a0111::TestErrorCollector
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2327 void AddError(const string& element_name, 2331 void AddError(const string& element_name, 2587 builder_->AddError(options_to_interpret_->element_name, in AddOptionError() 2730 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder 2742 error_collector_->AddError(filename_, element_name, in AddError() 2748 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder 2753 AddError(element_name, descriptor, location, string(error)); in AddError() 2763 AddError(element_name, descriptor, location, in AddNotDefinedError() 2767 AddError(element_name, descriptor, location, in AddNotDefinedError() 2775 AddError(element_name, descriptor, location, in AddNotDefinedError() [all …]
|
D | text_format_unittest.cc | 984 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector 990 AddError(line, column, "WARNING:" + message); in AddWarning()
|
D | text_format.cc | 284 error_collector_->AddError(line, col, message); in ReportError() 986 virtual void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
|
D | descriptor.h | 1272 virtual void AddError(
|
D | descriptor_unittest.cc | 2874 void AddError(const string& filename, in AddError() function in google::protobuf::descriptor_unittest::MockErrorCollector 5257 virtual void AddError( in AddError() function in google::protobuf::descriptor_unittest::AbortingErrorCollector
|
/external/lzma/CPP/7zip/UI/Common/ |
D | DirItem.h | 67 void AddError(const FString &path, DWORD errorCode) in AddError() function 73 void AddError(const FString &path) in AddError() function 75 AddError(path, ::GetLastError()); in AddError()
|
D | EnumDirItems.cpp | 163 AddError(path, errorCode); in AddSecurityItem() 177 AddError(phyPrefix); in EnumerateDir() 216 AddError(phyPath); in EnumerateItems2() 299 dirItems.AddError(fullPath + FTEXT(":*"), (DWORD)E_FAIL); in EnumerateAltStreams() 334 AddError(path); in SetLinkInfo() 484 dirItems.AddError(fullPath); in EnumerateDirItems() 490 dirItems.AddError(fullPath, (DWORD)E_FAIL); in EnumerateDirItems() 572 dirItems.AddError(fullPath); in EnumerateDirItems() 577 dirItems.AddError(fullPath, (DWORD)E_FAIL); in EnumerateDirItems() 644 dirItems.AddError(phyPrefix); in EnumerateDirItems()
|
/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::__anon4c0af4840111::MockErrorCollector
|
D | cpp_unittest.cc | 92 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 292 void AddError(const string& filename, const string& element_name, in AddError() function in google::protobuf::python::BuildFileErrorCollector
|