HomeSort by relevance Sort by last modified time
    Searched refs:ValidationErrorCollector (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
importer.h 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
114 ValidationErrorCollector(SourceTreeDescriptorDatabase* owner);
115 ~ValidationErrorCollector();
127 friend class ValidationErrorCollector;
131 ValidationErrorCollector validation_error_collector_;
importer.cc 163 SourceTreeDescriptorDatabase::ValidationErrorCollector::
164 ValidationErrorCollector(SourceTreeDescriptorDatabase* owner)
167 SourceTreeDescriptorDatabase::ValidationErrorCollector::
168 ~ValidationErrorCollector() {}
170 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError(

Completed in 86 milliseconds