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

/external/lzma/CPP/7zip/UI/Common/
H A DDirItem.h67 void AddError(const FString &path, DWORD errorCode) function in class:CDirItems
73 void AddError(const FString &path) function in class:CDirItems
75 AddError(path, ::GetLastError());
H A DEnumDirItems.cpp163 AddError(path, errorCode);
177 AddError(phyPrefix);
216 AddError(phyPath);
299 dirItems.AddError(fullPath + FTEXT(":*"), (DWORD)E_FAIL);
334 AddError(path);
484 dirItems.AddError(fullPath);
490 dirItems.AddError(fullPath, (DWORD)E_FAIL);
572 dirItems.AddError(fullPath);
577 dirItems.AddError(fullPath, (DWORD)E_FAIL);
644 dirItems.AddError(phyPrefi
[all...]
/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);
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 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 Dimporter.h118 void AddError(const string& filename,
188 virtual void AddError(const string& filename, int line, int column,
H A Dparser.h196 // Invokes error_collector_->AddError(), if error_collector_ is not NULL.
197 void AddError(int line, int column, const string& error);
199 // Invokes error_collector_->AddError() with the line and column number
201 void AddError(const string& error);
280 // and only reports the error by calling AddError(). In practice, this
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 Dimporter_unittest.cc67 void AddError(const string& filename, int line, int column, function in class:google::protobuf::compiler::__anon15500::MockErrorCollector
H A Dparser_unittest.cc70 void AddError(int line, int column, const string& message) { function in class:google::protobuf::compiler::__anon15532::MockErrorCollector
85 void AddError(const string& filename, function in class:google::protobuf::compiler::__anon15532::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.cc340 AddError(error);
356 AddError("Unexpected end of string.");
361 AddError("String literals cannot cross line boundaries.");
379 AddError("Expected hex digits for escape sequence.");
387 AddError("Expected four hex digits for \\u escape sequence.");
400 AddError("Expected eight hex digits up to 10ffff for \\U escape "
404 AddError("Invalid escape sequence in string literal.");
433 AddError("Numbers starting with leading zero must be in octal.");
463 AddError("Need space between number and identifier.");
466 AddError(
[all...]
H A Dtokenizer_unittest.cc164 void AddError(int line, int column, const string& message) { function in class:google::protobuf::io::__anon15564::TestErrorCollector
/external/protobuf/src/google/protobuf/
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::__anon15543::AggregateErrorCollector
[all...]
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 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.h1272 virtual void AddError(
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 << ": "
/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::__anon15490::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

Completed in 204 milliseconds