Searched refs:DescriptorPoolDatabase (Results 1 – 4 of 4) sorted by relevance
54 class DescriptorPoolDatabase; variable313 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase {315 explicit DescriptorPoolDatabase(const DescriptorPool& pool);316 ~DescriptorPoolDatabase();331 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPoolDatabase);
392 DescriptorPoolDatabase::DescriptorPoolDatabase(const DescriptorPool& pool) in DescriptorPoolDatabase() function in google::protobuf::DescriptorPoolDatabase394 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()
159 DescriptorPoolDatabase database_;
6159 DescriptorPoolDatabase database(*DescriptorPool::generated_pool()); in TEST_F()