Searched defs:FindFileByName (Results 1 – 9 of 9) sorted by relevance
| /external/nanopb-c/generator/google/protobuf/ |
| D | descriptor_database.py | 59 def FindFileByName(self, name): member in DescriptorDatabase
|
| D | descriptor_pool.py | 92 def FindFileByName(self, file_name): member in DescriptorPool
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor_database.cc | 267 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
|
| D | descriptor_database_unittest.cc | 182 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument 561 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
|
| D | descriptor_unittest.cc | 4785 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
|
| D | descriptor.cc | 1028 const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const { in FindFileByName() function in google::protobuf::DescriptorPool
|
| /external/protobuf/python/google/protobuf/ |
| D | descriptor_database.py | 76 def FindFileByName(self, name): member in DescriptorDatabase
|
| D | descriptor_pool.py | 158 def FindFileByName(self, file_name): member in DescriptorPool
|
| /external/protobuf/src/google/protobuf/compiler/ |
| D | importer.cc | 123 bool SourceTreeDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|