Home
last modified time | relevance | path

Searched refs:AddError (Results 1 – 25 of 25) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc162 AddError(error); in Consume()
171 AddError("Expected \"" + string(text) + "\"."); in Consume()
182 AddError(error); in ConsumeIdentifier()
192 AddError("Integer out of range."); in ConsumeInteger()
199 AddError(error); in ConsumeInteger()
223 AddError("Integer out of range."); in ConsumeInteger64()
230 AddError(error); in ConsumeInteger64()
245 AddError("Integer out of range."); in ConsumeNumber()
260 AddError(error); in ConsumeNumber()
276 AddError(error); in ConsumeString()
[all …]
Dimporter.cc102 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
104 multi_file_error_collector_->AddError(filename_, line, column, message); in AddError()
131 error_collector_->AddError(filename, -1, 0, in FindFileByName()
175 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
185 owner_->error_collector_->AddError(filename, line, column, message); in AddError()
Dimporter.h118 void AddError(const string& filename,
194 virtual void AddError(const string& filename, int line, int column,
Dparser.h200 void AddError(int line, int column, const string& error);
204 void AddError(const string& error);
Dimporter_unittest.cc78 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::__anon34d49a200111::MockErrorCollector
Dcommand_line_interface.cc278 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
289 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
290 AddError("input", line, column, message); in AddError()
Dparser_unittest.cc73 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::compiler::__anon3dd2b61b0111::MockErrorCollector
88 void AddError(const string& filename, in AddError() function in google::protobuf::compiler::__anon3dd2b61b0111::MockValidationErrorCollector
95 wrapped_collector_->AddError(line, column, message); in AddError()
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc341 AddError(error); in ConsumeOneOrMore()
357 AddError("Unexpected end of string."); in ConsumeString()
362 AddError("String literals cannot cross line boundaries."); in ConsumeString()
380 AddError("Expected hex digits for escape sequence."); in ConsumeString()
388 AddError("Expected four hex digits for \\u escape sequence."); in ConsumeString()
401 AddError("Expected eight hex digits up to 10ffff for \\U escape " in ConsumeString()
405 AddError("Invalid escape sequence in string literal."); in ConsumeString()
434 AddError("Numbers starting with leading zero must be in octal."); in ConsumeNumber()
464 AddError("Need space between number and identifier."); in ConsumeNumber()
467 AddError( in ConsumeNumber()
[all …]
Dtokenizer.h72 virtual void AddError(int line, ColumnNumber column,
314 void AddError(const string& message) { in AddError() function
315 error_collector_->AddError(line_, column_, message); in AddError()
Dtokenizer_unittest.cc165 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::io::__anon9ce73e860111::TestErrorCollector
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2813 void AddError(const string& element_name,
2817 void AddError(const string& element_name,
3077 builder_->AddError(options_to_interpret_->element_name, in AddOptionError()
3235 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder
3247 error_collector_->AddError(filename_, element_name, in AddError()
3253 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder
3258 AddError(element_name, descriptor, location, string(error)); in AddError()
3268 AddError(element_name, descriptor, location, in AddNotDefinedError()
3272 AddError(element_name, descriptor, location, in AddNotDefinedError()
3280 AddError(element_name, descriptor, location, in AddNotDefinedError()
[all …]
Dtext_format_unittest.cc989 void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
995 AddError(line, column, "WARNING:" + message); in AddWarning()
Dtext_format.cc306 error_collector_->AddError(line, col, message); in ReportError()
1077 virtual void AddError(int line, int column, const string& message) { in AddError() function in google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
Ddescriptor.h1461 virtual void AddError(
Ddescriptor_unittest.cc191 void AddError(const string& filename, in AddError() function in google::protobuf::descriptor_unittest::MockErrorCollector
6369 virtual void AddError( in AddError() function in google::protobuf::descriptor_unittest::AbortingErrorCollector
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp57 HRESULT CDirItems::AddError(const FString &path, DWORD errorCode) in AddError() function in CDirItems
65 HRESULT CDirItems::AddError(const FString &path) in AddError() function in CDirItems
67 return AddError(path, ::GetLastError()); in AddError()
207 return AddError(path, errorCode); in AddSecurityItem()
223 return AddError(phyPrefix); in EnumerateDir()
268 RINOK(AddError(phyPath)); in EnumerateItems2()
354 return dirItems.AddError(fullPath + FTEXT(":*")); // , (DWORD)E_FAIL in EnumerateAltStreams()
391 return AddError(path , res); in SetLinkInfo()
596 RINOK(dirItems.AddError(fullPath)); in EnumerateDirItems()
603 RINOK(dirItems.AddError(fullPath, (DWORD)E_FAIL)); in EnumerateDirItems()
[all …]
DDirItem.h116 HRESULT AddError(const FString &path, DWORD errorCode);
117 HRESULT AddError(const FString &path);
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h17 void AddError(const FString &path, DWORD systemError) in AddError() function
DUpdateCallbackConsole.cpp198 ScanErrors.AddError(path, systemError); in ScanError_Base()
207 FailedFiles.AddError(path, systemError); in OpenFileError_Base()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc76 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::__anon3c801ac00111::MockErrorCollector
Dcpp_unittest.cc102 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc32 void AddError(const string& filename, int line, int column, in AddError() function in tensorflow::__anon0dbe6f360111::CrashOnErrorCollector
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc391 void AddError(const string& filename, const string& element_name, in AddError() function in google::protobuf::python::cdescriptor_pool::BuildFileErrorCollector
/external/perfetto/tools/trace_to_text/
Dmain.cc105 virtual void AddError(const std::string& filename, in AddError() function in perfetto::__anon176c76230111::MFE
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc68 virtual void AddError(const string& filename, in AddError() function in __anonfc49e2790111::ErrorPrinter