Home
last modified time | relevance | path

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

/external/nanopb-c/generator/google/protobuf/
Ddescriptor_database.py78 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
Ddescriptor_pool.py116 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
/external/protobuf/python/google/protobuf/
Ddescriptor_database.py99 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
Ddescriptor_pool.py208 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc272 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
Ddescriptor_database_unittest.cc217 TEST_P(DescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_P() argument
607 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_F() argument
Ddescriptor_unittest.cc5914 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
Ddescriptor.cc1191 const FileDescriptor* DescriptorPool::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc119 bool PyDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::python::PyDescriptorDatabase
Ddescriptor_pool.cc308 PyObject* FindFileContainingSymbol(PyDescriptorPool* self, PyObject* arg) { in FindFileContainingSymbol() function
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc155 bool SourceTreeDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::compiler::SourceTreeDescriptorDatabase