Searched defs:FindFileByName (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/python/google/protobuf/ |
D | descriptor_database.py | 87 def FindFileByName(self, name): member in DescriptorDatabase
|
D | descriptor_pool.py | 391 def FindFileByName(self, file_name): member in DescriptorPool
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 111 bool PyDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
|
D | descriptor_pool.cc | 258 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 355 bool SimpleDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase 576 bool EncodedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase 896 bool DescriptorPoolDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::DescriptorPoolDatabase 956 bool MergedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
|
D | descriptor_database_unittest.cc | 178 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument 623 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
|
D | descriptor_unittest.cc | 6660 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase 6705 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase 6736 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase 6752 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument 7021 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
|
D | descriptor.cc | 1381 const FileDescriptor* DescriptorPool::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPool
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 134 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|