Home
last modified time | relevance | path

Searched defs:FindFileByName (Results 1 – 9 of 9) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
Ddescriptor_database.py59 def FindFileByName(self, name): member in DescriptorDatabase
Ddescriptor_pool.py92 def FindFileByName(self, file_name): member in DescriptorPool
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc267 bool SimpleDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase
329 bool EncodedDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase
397 bool DescriptorPoolDatabase::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPoolDatabase
462 bool MergedDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc182 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
561 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
Ddescriptor_unittest.cc4785 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
4832 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
4863 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
4879 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument
5149 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
Ddescriptor.cc1028 const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const { in FindFileByName() function in google::protobuf::DescriptorPool
/external/protobuf/python/google/protobuf/
Ddescriptor_database.py76 def FindFileByName(self, name): member in DescriptorDatabase
Ddescriptor_pool.py158 def FindFileByName(self, file_name): member in DescriptorPool
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc123 bool SourceTreeDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase