Searched defs:FindFileContainingSymbol (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/python/google/protobuf/ |
D | descriptor_database.py | 99 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
|
D | descriptor_pool.py | 208 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 272 bool SimpleDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::SimpleDescriptorDatabase 334 bool EncodedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::EncodedDescriptorDatabase 406 bool DescriptorPoolDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPoolDatabase 472 bool MergedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::MergedDescriptorDatabase
|
D | descriptor_database_unittest.cc | 217 TEST_P(DescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_P() argument 607 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_F() argument
|
D | descriptor_unittest.cc | 5914 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase 5949 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase 5979 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase 6043 TEST_F(DatabaseBackedPoolTest, FindFileContainingSymbol) { in TEST_F() argument 6271 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
|
D | descriptor.cc | 1191 const FileDescriptor* DescriptorPool::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPool
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 119 bool PyDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::python::PyDescriptorDatabase
|
D | descriptor_pool.cc | 308 PyObject* FindFileContainingSymbol(PyDescriptorPool* self, PyObject* arg) { in FindFileContainingSymbol() function
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 106 bool ProtoReflectionDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in grpc::ProtoReflectionDescriptorDatabase
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 155 bool SourceTreeDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|