Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h1811 bool TryFindFileInFallbackDatabase(const std::string& name) const;
Ddescriptor.cc1402 if (TryFindFileInFallbackDatabase(name)) { in FindFileByName()
1852 bool DescriptorPool::TryFindFileInFallbackDatabase( in TryFindFileInFallbackDatabase() function in google::protobuf::DescriptorPool
4262 pool_->TryFindFileInFallbackDatabase(proto.dependency(i)); in BuildFile()