Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Ddescriptor_database.py87 def FindFileByName(self, name): member in DescriptorDatabase
Ddescriptor_pool.py391 def FindFileByName(self, file_name): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc111 bool PyDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
Ddescriptor_pool.cc258 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc355 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
Ddescriptor_database_unittest.cc178 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
623 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
Ddescriptor_unittest.cc6660 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
Ddescriptor.cc1381 const FileDescriptor* DescriptorPool::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPool
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc134 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase