Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h1597 bool TryFindFileInFallbackDatabase(const string& name) const;
Ddescriptor.cc1184 if (TryFindFileInFallbackDatabase(name)) { in FindFileByName()
1574 bool DescriptorPool::TryFindFileInFallbackDatabase(const string& name) const { in TryFindFileInFallbackDatabase() function in google::protobuf::DescriptorPool
3842 pool_->TryFindFileInFallbackDatabase(proto.dependency(i)); in BuildFile()