Home
last modified time | relevance | path

Searched refs:AddError (Results 1 – 20 of 20) 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()
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 …]
Dimporter.cc99 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()
Dimporter.h118 void AddError(const string& filename,
188 virtual void AddError(const string& filename, int line, int column,
Dparser.h197 void AddError(int line, int column, const string& error);
201 void AddError(const string& error);
Dcommand_line_interface.cc193 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()
Dimporter_unittest.cc67 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::__anona35e47640111::MockErrorCollector
Dparser_unittest.cc70 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/
Dtokenizer.cc340 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 …]
Dtokenizer.h65 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()
Dtokenizer_unittest.cc164 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::io::__anonfb5a914a0111::TestErrorCollector
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2327 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 …]
Dtext_format_unittest.cc984 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()
Dtext_format.cc284 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
Ddescriptor.h1272 virtual void AddError(
Ddescriptor_unittest.cc2874 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/
DDirItem.h67 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()
DEnumDirItems.cpp163 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/
Dcpp_bootstrap_unittest.cc75 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::__anon4c0af4840111::MockErrorCollector
Dcpp_unittest.cc92 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/
Ddescriptor.cc292 void AddError(const string& filename, const string& element_name, in AddError() function in google::protobuf::python::BuildFileErrorCollector