Home
last modified time | relevance | path

Searched defs:FindFileByName (Results 1 – 11 of 11) 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/python/google/protobuf/
Ddescriptor_database.py80 def FindFileByName(self, name): member in DescriptorDatabase
Ddescriptor_pool.py179 def FindFileByName(self, file_name): member in DescriptorPool
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc266 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
Ddescriptor_database_unittest.cc188 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
567 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
Ddescriptor_unittest.cc5897 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
Ddescriptor.cc1174 const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const { in FindFileByName() function in google::protobuf::DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc111 bool PyDescriptorDatabase::FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
Ddescriptor_pool.cc221 PyObject* FindFileByName(PyDescriptorPool* self, PyObject* arg) { in FindFileByName() function
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc126 bool SourceTreeDescriptorDatabase::FindFileByName( in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase