Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dproto_reflection_descriptor_database.py74 def FindFileByName(self, name: str) -> FileDescriptorProto: member in ProtoReflectionDescriptorDatabase
/third_party/protobuf/python/google/protobuf/
Ddescriptor_database.py64 def FindFileByName(self, name): member in DescriptorDatabase
Ddescriptor_pool.py339 def FindFileByName(self, file_name): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc93 bool PyDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
Ddescriptor_pool.cc266 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc63 bool ProtoReflectionDescriptorDatabase::FindFileByName( in FindFileByName() function in grpc::ProtoReflectionDescriptorDatabase
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc345 bool SimpleDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase
564 bool EncodedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase
889 bool DescriptorPoolDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::DescriptorPoolDatabase
958 bool MergedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc151 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
688 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
Ddescriptor_unittest.cc12132 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
12177 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
12208 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
12224 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument
12657 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
Ddescriptor.cc2258 const FileDescriptor* DescriptorPool::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPool
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc119 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
/third_party/grpc/third_party/upb/upb/reflection/
Ddef.hpp563 FileDefPtr FindFileByName(const char* name) const { in FindFileByName() function in upb::DefPool
/third_party/protobuf/upb/reflection/
Ddef.hpp563 FileDefPtr FindFileByName(const char* name) const { in FindFileByName() function in upb::DefPool