Home
last modified time | relevance | path

Searched defs:FindFileContainingSymbol (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dproto_reflection_descriptor_database.py101 def FindFileContainingSymbol(self, symbol: str) -> FileDescriptorProto: member in ProtoReflectionDescriptorDatabase
/third_party/protobuf/python/google/protobuf/
Ddescriptor_database.py83 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
Ddescriptor_pool.py368 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc101 bool PyDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::python::PyDescriptorDatabase
Ddescriptor_pool.cc408 static PyObject* FindFileContainingSymbol(PyObject* self, PyObject* arg) { in FindFileContainingSymbol() function
/third_party/grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc106 bool ProtoReflectionDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in grpc::ProtoReflectionDescriptorDatabase
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc350 bool SimpleDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::SimpleDescriptorDatabase
569 bool EncodedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::EncodedDescriptorDatabase
901 bool DescriptorPoolDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPoolDatabase
968 bool MergedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc180 TEST_P(DescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_P() argument
728 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_F() argument
Ddescriptor_unittest.cc12149 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
12182 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
12212 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
12276 TEST_F(DatabaseBackedPoolTest, FindFileContainingSymbol) { in TEST_F() argument
12667 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
Ddescriptor.cc2284 const FileDescriptor* DescriptorPool::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPool
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc151 bool SourceTreeDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::compiler::SourceTreeDescriptorDatabase