Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h2010 bool TryFindFileInFallbackDatabase(StringPiece name) const;
Ddescriptor.cc2009 if (TryFindFileInFallbackDatabase(name)) { in FindFileByName()
2410 bool DescriptorPool::TryFindFileInFallbackDatabase( in TryFindFileInFallbackDatabase() function in google::protobuf::DescriptorPool
5054 pool_->TryFindFileInFallbackDatabase(proto.dependency(i)); in BuildFile()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h2010 bool TryFindFileInFallbackDatabase(StringPiece name) const;
Ddescriptor.cc2001 if (TryFindFileInFallbackDatabase(name)) { in FindFileByName()
2402 bool DescriptorPool::TryFindFileInFallbackDatabase( in TryFindFileInFallbackDatabase() function in google::protobuf::DescriptorPool
5014 pool_->TryFindFileInFallbackDatabase(proto.dependency(i)); in BuildFile()