Searched defs:FindFileByName (Results 1 – 11 of 11) 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/python/google/protobuf/ |
D | descriptor_database.py | 80 def FindFileByName(self, name): member in DescriptorDatabase
|
D | descriptor_pool.py | 179 def FindFileByName(self, file_name): member in DescriptorPool
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 266 bool SimpleDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase 328 bool EncodedDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase 396 bool DescriptorPoolDatabase::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPoolDatabase 461 bool MergedDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
|
D | descriptor_database_unittest.cc | 188 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument 567 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
|
D | descriptor_unittest.cc | 5897 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase 5944 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase 5975 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase 5991 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument 6261 bool FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
|
D | descriptor.cc | 1174 const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const { in FindFileByName() function in google::protobuf::DescriptorPool
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 111 bool PyDescriptorDatabase::FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
|
D | descriptor_pool.cc | 221 PyObject* FindFileByName(PyDescriptorPool* self, PyObject* arg) { in FindFileByName() function
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 126 bool SourceTreeDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|