Home
last modified time | relevance | path

Searched refs:DescriptorPoolDatabase (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database.h54 class DescriptorPoolDatabase; variable
313 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase {
315 explicit DescriptorPoolDatabase(const DescriptorPool& pool);
316 ~DescriptorPoolDatabase();
331 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPoolDatabase);
Ddescriptor_database.cc392 DescriptorPoolDatabase::DescriptorPoolDatabase(const DescriptorPool& pool) in DescriptorPoolDatabase() function in google::protobuf::DescriptorPoolDatabase
394 DescriptorPoolDatabase::~DescriptorPoolDatabase() {} in ~DescriptorPoolDatabase()
396 bool DescriptorPoolDatabase::FindFileByName( in FindFileByName()
406 bool DescriptorPoolDatabase::FindFileContainingSymbol( in FindFileContainingSymbol()
416 bool DescriptorPoolDatabase::FindFileContainingExtension( in FindFileContainingExtension()
432 bool DescriptorPoolDatabase::FindAllExtensionNumbers( in FindAllExtensionNumbers()
Ddescriptor_database_unittest.cc159 DescriptorPoolDatabase database_;
Ddescriptor_unittest.cc6159 DescriptorPoolDatabase database(*DescriptorPool::generated_pool()); in TEST_F()