Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_validation.cc160 AddError("atomic only supports i32 or u32 types", in ValidateAtomic()
172 AddError("storage texture missing access control", t->source); in ValidateStorageTexture()
175 AddError("storage textures currently only support 'write' access control", in ValidateStorageTexture()
181 AddError("cube dimensions for storage textures are not supported", in ValidateStorageTexture()
187 AddError( in ValidateStorageTexture()
206 AddError("cannot initialize " + decl + " of type '" + in ValidateVariableConstructorOrCast()
222 AddError("var of storage class '" + in ValidateVariableConstructorOrCast()
351 AddError("the offset of a struct member of type '" + type_name_of(m) + in ValidateStorageClassLayout()
378 AddError( in ValidateStorageClassLayout()
406 AddError( in ValidateStorageClassLayout()
[all …]
Dresolver.cc301 AddError("global var declaration must specify a type", var->source); in Variable()
309 AddError("let declaration must have an initializer", var->source); in Variable()
312 AddError( in Variable()
346 AddError("function variable has a non-function storage class", var->source); in Variable()
517 AddError("global variables must have a storage class", var->source); in GlobalVariable()
521 AddError("global constants shouldn't have a storage class", var->source); in GlobalVariable()
566 AddError("redefinition of parameter '" + name + "'", param->source); in Function()
748 AddError(kErrBadType, expr->source); in WorkgroupSize()
755 AddError(kErrInconsistentType, expr->source); in WorkgroupSize()
765 AddError(kErrBadType, expr->source); in WorkgroupSize()
[all …]
Ddependency_graph.cc98 void AddError(diag::List& diagnostics, in AddError() function
283 AddError(diagnostics_, "redeclaration of '" + name + "'", node->source); in Declare()
449 AddError( in UnknownSymbol()
689 AddError(diagnostics_, in ErrorOnOutOfOrderDeclarations()
722 AddError(diagnostics_, msg.str(), root->node->source); in CyclicDependencyFound()
Dresolver.h422 void AddError(const std::string& msg, const Source& source) const;
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc350 AddError(error); in ConsumeOneOrMore()
366 AddError("Unexpected end of string."); in ConsumeString()
371 AddError("String literals cannot cross line boundaries."); in ConsumeString()
389 AddError("Expected hex digits for escape sequence."); in ConsumeString()
395 AddError("Expected four hex digits for \\u escape sequence."); in ConsumeString()
405 AddError( in ConsumeString()
410 AddError("Invalid escape sequence in string literal."); in ConsumeString()
439 AddError("Numbers starting with leading zero must be in octal."); in ConsumeNumber()
469 AddError("Need space between number and identifier."); in ConsumeNumber()
472 AddError( in ConsumeNumber()
[all …]
Dtokenizer.h75 virtual void AddError(int line, ColumnNumber column,
317 void AddError(const std::string& message) { in AddError() function
318 error_collector_->AddError(line_, column_, message); in AddError()
Dtokenizer_unittest.cc165 void AddError(int line, int column, const std::string& message) { in AddError() function in google::protobuf::io::__anon8d1acc7a0111::TestErrorCollector
/third_party/skia/buildtools/checkdeps/
Dresults.py50 def AddError(self, dependee_status): member in ResultsFormatter
77 def AddError(self, dependee_status): member in NormalResultsFormatter
113 def AddError(self, dependee_status): member in JSONResultsFormatter
123 self.wrapped_formatter.AddError(dependee_status)
148 def AddError(self, dependee_status): member in TemporaryRulesFormatter
171 def AddError(self, dependee_status): member in CountViolationsFormatter
Dcheckdeps.py104 self.results_formatter.AddError(file_status)
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc219 AddError(error); in Consume()
228 AddError("Expected \"" + std::string(text) + "\"."); in Consume()
239 AddError(error); in ConsumeIdentifier()
249 AddError("Integer out of range."); in ConsumeInteger()
256 AddError(error); in ConsumeInteger()
280 AddError("Integer out of range."); in ConsumeInteger64()
287 AddError(error); in ConsumeInteger64()
302 AddError("Integer out of range."); in ConsumeNumber()
317 AddError(error); in ConsumeNumber()
333 AddError(error); in ConsumeString()
[all …]
Dimporter.cc101 void AddError(int line, int column, const std::string& message) override { in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::SingleFileErrorCollector
103 multi_file_error_collector_->AddError(filename_, line, column, message); in AddError()
143 error_collector_->AddError(filename, -1, 0, in FindFileByName()
186 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( in AddError() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
199 owner_->error_collector_->AddError(filename, line, column, message); in AddError()
Dimporter.h130 void AddError(const std::string& filename, const std::string& element_name,
202 virtual void AddError(const std::string& filename, int line, int column,
Dparser.h203 void AddError(int line, int column, const std::string& error);
207 void AddError(const std::string& error);
Dimporter_unittest.cc75 void AddError(const std::string& filename, int line, int column, in AddError() function in google::protobuf::compiler::__anon5d7300940111::MockErrorCollector
Dcommand_line_interface.cc286 void AddError(const std::string& filename, int line, int column, in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
298 void AddError(int line, int column, const std::string& message) { in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
299 AddError("input", line, column, message); in AddError()
307 void AddError(const std::string& filename, const std::string& element_name, in AddError() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
Dparser_unittest.cc74 void AddError(int line, int column, const std::string& message) override { in AddError() function in google::protobuf::compiler::__anon72fcef8f0111::MockErrorCollector
88 void AddError(const std::string& filename, const std::string& element_name, in AddError() function in google::protobuf::compiler::__anon72fcef8f0111::MockValidationErrorCollector
97 wrapped_collector_->AddError(line, column, message); in AddError()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3186 void AddError(const std::string& element_name, const Message& descriptor,
3189 void AddError(const std::string& element_name, const Message& descriptor,
3452 builder_->AddError(options_to_interpret_->element_name, in AddOptionError()
3621 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder
3632 error_collector_->AddError(filename_, element_name, &descriptor, location, in AddError()
3638 void DescriptorBuilder::AddError( in AddError() function in google::protobuf::DescriptorBuilder
3641 AddError(element_name, descriptor, location, std::string(error)); in AddError()
3650 AddError(element_name, descriptor, location, in AddNotDefinedError()
3654 AddError(element_name, descriptor, location, in AddNotDefinedError()
3665 AddError(element_name, descriptor, location, in AddNotDefinedError()
[all …]
Dtext_format.cc318 error_collector_->AddError(line, col, message); in ReportError()
1183 void AddError(int line, int column, const std::string& message) override { in AddError() function in google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
1407 error_collector->AddError( in CheckParseInputSize()
Dtext_format_unittest.cc1447 void AddError(int line, int column, const std::string& message) { in AddError() function in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
1453 AddError(line, column, "WARNING:" + message); in AddWarning()
Ddescriptor.h1745 virtual void AddError(
Ddescriptor_unittest.cc205 void AddError(const std::string& filename, const std::string& element_name, in AddError() function in google::protobuf::descriptor_unittest::MockErrorCollector
567 void AddError(int line, int column, const std::string& message) { in AddError() function in google::protobuf::descriptor_unittest::SimpleErrorCollector
7126 virtual void AddError(const std::string& filename, in AddError() function in google::protobuf::descriptor_unittest::AbortingErrorCollector
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_bootstrap_unittest.cc71 void AddError(const string& filename, int line, int column, in AddError() function in google::protobuf::compiler::csharp::__anon664c97b00111::MockErrorCollector
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc77 void AddError(const std::string& filename, int line, int column, in AddError() function in google::protobuf::compiler::cpp::__anon017b03b40111::MockErrorCollector
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc76 void AddError(const std::string& filename, const std::string& element_name, in AddError() function in google::protobuf::python::cdescriptor_pool::BuildFileErrorCollector
/third_party/protobuf/docs/
Dimplementing_proto3_presence.md388 AddError(message->full_name(), proto.oneof_decl(i),

12