Home
last modified time | relevance | path

Searched refs:fallback_database_ (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc122 fallback_database_(nullptr), in SourceTreeDescriptorDatabase()
130 fallback_database_(fallback_database), in SourceTreeDescriptorDatabase()
141 if (fallback_database_ != nullptr && in FindFileByName()
142 fallback_database_->FindFileByName(filename, output)) { in FindFileByName()
Dimporter.h120 DescriptorDatabase* fallback_database_; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.cc936 if (pool->fallback_database_ != nullptr) { in FindByNameHelper()
1262 fallback_database_(nullptr), in DescriptorPool()
1275 fallback_database_(fallback_database), in DescriptorPool()
1287 fallback_database_(nullptr), in DescriptorPool()
1392 if (fallback_database_ != nullptr) { in FindFileByName()
1412 if (fallback_database_ != nullptr) { in FindFileContainingSymbol()
1501 if (fallback_database_ != nullptr) { in FindExtensionByNumber()
1553 if (fallback_database_ != nullptr) { in FindAllExtensions()
1560 if (fallback_database_ != nullptr && in FindAllExtensions()
1563 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(), in FindAllExtensions()
[all …]
Ddescriptor.h1851 DescriptorDatabase* fallback_database_; variable