Searched defs:FindFileContainingSymbol (Results 1 – 9 of 9) sorted by relevance
| /third_party/protobuf/python/google/protobuf/ |
| D | descriptor_database.py | 106 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
|
| D | descriptor_pool.py | 420 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
|
| /third_party/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 | 400 static PyObject* FindFileContainingSymbol(PyObject* self, PyObject* arg) { in FindFileContainingSymbol() function
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor_database.cc | 359 bool SimpleDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::SimpleDescriptorDatabase 578 bool EncodedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::EncodedDescriptorDatabase 902 bool DescriptorPoolDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPoolDatabase 963 bool MergedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::MergedDescriptorDatabase
|
| D | descriptor_database_unittest.cc | 207 TEST_P(DescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_P() argument 663 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_F() argument
|
| D | descriptor_unittest.cc | 6637 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase 6670 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase 6700 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase 6764 TEST_F(DatabaseBackedPoolTest, FindFileContainingSymbol) { in TEST_F() argument 6991 bool FindFileContainingSymbol(const std::string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
|
| D | descriptor.cc | 1401 const FileDescriptor* DescriptorPool::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPool
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | importer.cc | 166 bool SourceTreeDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::compiler::SourceTreeDescriptorDatabase
|