Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc355 bool SimpleDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase
574 bool EncodedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase
894 bool DescriptorPoolDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::DescriptorPoolDatabase
954 bool MergedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
H A Ddescriptor_database_unittest.cc178 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
623 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
H A Ddescriptor_unittest.cc6938 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
6983 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
7014 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
7030 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument
7299 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc355 bool SimpleDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::SimpleDescriptorDatabase
574 bool EncodedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::EncodedDescriptorDatabase
894 bool DescriptorPoolDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::DescriptorPoolDatabase
954 bool MergedDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::MergedDescriptorDatabase
H A Ddescriptor_database_unittest.cc178 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument
623 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
H A Ddescriptor_unittest.cc6938 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
6983 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
7014 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
7030 TEST_F(DatabaseBackedPoolTest, FindFileByName) { in TEST_F() argument
7299 bool FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
H A Dproto_reflection_descriptor_database.py74 def FindFileByName(self, name: str) -> FileDescriptorProto: member in ProtoReflectionDescriptorDatabase
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py268 def FindFileByName(self, name): member in MessageFactoryTest.testExtensionValueInDifferentFile.SimpleDescriptorDB
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py268 def FindFileByName(self, name): member in MessageFactoryTest.testExtensionValueInDifferentFile.SimpleDescriptorDB
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_database.py87 def FindFileByName(self, name): member in DescriptorDatabase
H A Ddescriptor_pool.py396 def FindFileByName(self, file_name): member in DescriptorPool
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_database.py87 def FindFileByName(self, name): member in DescriptorDatabase
H A Ddescriptor_pool.py396 def FindFileByName(self, file_name): member in DescriptorPool
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/
H A DFirmwareVolume.h270 EFI_PEI_FV_FIND_FILE_NAME FindFileByName; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
H A DFirmwareVolume.h267 EFI_PEI_FV_FIND_FILE_NAME FindFileByName; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
H A DFirmwareVolume.h276 EFI_PEI_FV_FIND_FILE_NAME FindFileByName; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
H A DFirmwareVolume.h270 EFI_PEI_FV_FIND_FILE_NAME FindFileByName; member
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc113 bool PyDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
H A Ddescriptor_pool.cc264 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc113 bool PyDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
H A Ddescriptor_pool.cc264 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_reflection_descriptor_database.cc64 bool ProtoReflectionDescriptorDatabase::FindFileByName( in FindFileByName() function in grpc::ProtoReflectionDescriptorDatabase
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc134 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc134 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Ddef.hpp538 FileDefPtr FindFileByName(const char* name) const { in FindFileByName() function in upb::DefPool

12