Home
last modified time | relevance | path

Searched defs:FindFileContainingSymbol (Results 1 – 9 of 9) 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/src/google/protobuf/
Ddescriptor_database.cc273 bool SimpleDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::SimpleDescriptorDatabase
335 bool EncodedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::EncodedDescriptorDatabase
407 bool DescriptorPoolDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPoolDatabase
473 bool MergedDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::MergedDescriptorDatabase
Ddescriptor_database_unittest.cc211 TEST_P(DescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_P() argument
601 TEST_F(MergedDescriptorDatabaseTest, FindFileContainingSymbol) { in TEST_F() argument
Ddescriptor_unittest.cc4802 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::ErrorDescriptorDatabase
4837 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::CallCountingDatabase
4867 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
4931 TEST_F(DatabaseBackedPoolTest, FindFileContainingSymbol) { in TEST_F() argument
5159 bool FindFileContainingSymbol(const string& symbol_name, in FindFileContainingSymbol() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase
Ddescriptor.cc1045 const FileDescriptor* DescriptorPool::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::DescriptorPool
/external/protobuf/python/google/protobuf/
Ddescriptor_database.py95 def FindFileContainingSymbol(self, symbol): member in DescriptorDatabase
Ddescriptor_pool.py188 def FindFileContainingSymbol(self, symbol): member in DescriptorPool
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc152 bool SourceTreeDescriptorDatabase::FindFileContainingSymbol( in FindFileContainingSymbol() function in google::protobuf::compiler::SourceTreeDescriptorDatabase