/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 347 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
|
D | descriptor_database_unittest.cc | 177 TEST_P(DescriptorDatabaseTest, FindFileByName) { in TEST_P() argument 622 TEST_F(MergedDescriptorDatabaseTest, FindFileByName) { in TEST_F() argument
|
D | descriptor_unittest.cc | 6549 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
|
D | descriptor.cc | 1389 const FileDescriptor* DescriptorPool::FindFileByName( in FindFileByName() function in google::protobuf::DescriptorPool
|
/external/protobuf/python/google/protobuf/ |
D | descriptor_database.py | 87 def FindFileByName(self, name): member in DescriptorDatabase
|
D | descriptor_pool.py | 342 def FindFileByName(self, file_name): member in DescriptorPool
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 111 bool PyDescriptorDatabase::FindFileByName(const string& filename, in FindFileByName() function in google::protobuf::python::PyDescriptorDatabase
|
D | descriptor_pool.cc | 258 static PyObject* FindFileByName(PyObject* self, PyObject* arg) { in FindFileByName() function
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 59 bool ProtoReflectionDescriptorDatabase::FindFileByName( in FindFileByName() function in grpc::ProtoReflectionDescriptorDatabase
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 137 bool SourceTreeDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|