Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_database_unittest.cc86 class DescriptorDatabaseTestCase { class
88 virtual ~DescriptorDatabaseTestCase() {} in ~DescriptorDatabaseTestCase()
95 typedef DescriptorDatabaseTestCase* DescriptorDatabaseTestCaseFactory();
98 class SimpleDescriptorDatabaseTestCase : public DescriptorDatabaseTestCase {
100 static DescriptorDatabaseTestCase* New() { in New()
118 class EncodedDescriptorDatabaseTestCase : public DescriptorDatabaseTestCase {
120 static DescriptorDatabaseTestCase* New() { in New()
140 class DescriptorPoolDatabaseTestCase : public DescriptorDatabaseTestCase {
142 static DescriptorDatabaseTestCase* New() { in New()
183 google::protobuf::scoped_ptr<DescriptorDatabaseTestCase> test_case_;