Home
last modified time | relevance | path

Searched refs:ValidationErrorCollector (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h123 class PROTOBUF_EXPORT ValidationErrorCollector
126 ValidationErrorCollector(SourceTreeDescriptorDatabase* owner);
127 ~ValidationErrorCollector();
142 friend class ValidationErrorCollector; variable
146 ValidationErrorCollector validation_error_collector_;
Dimporter.cc179 SourceTreeDescriptorDatabase::ValidationErrorCollector::
180 ValidationErrorCollector(SourceTreeDescriptorDatabase* owner) in ValidationErrorCollector() function in google::protobuf::compiler::SourceTreeDescriptorDatabase::ValidationErrorCollector
183 SourceTreeDescriptorDatabase::ValidationErrorCollector::
184 ~ValidationErrorCollector() {} in ~ValidationErrorCollector()
186 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError( in AddError()
202 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddWarning( in AddWarning()