Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc347 bool SimpleDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase
411 bool EncodedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase
479 bool DescriptorPoolDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::DescriptorPoolDatabase
539 bool MergedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc177 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
622 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
Ddescriptor_unittest.cc6549 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
6594 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
6625 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
6641 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument
6910 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
Ddescriptor.cc1389 const FileDescriptor* DescriptorPool::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPool
/external/protobuf/python/google/protobuf/
Ddescriptor_database.py87 def FindFileByName(self, name): member in DescriptorDatabase
Ddescriptor_pool.py342 def FindFileByName(self, file_name): member in 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.cc258 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
/external/grpc-grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc59 bool ProtoReflectionDescriptorDatabase::FindFileByName( in FindFileByName() function in grpc::ProtoReflectionDescriptorDatabase
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc137 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase