Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc5966 class FalsePositiveDatabase : public DescriptorDatabase { class in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest
5968 FalsePositiveDatabase(DescriptorDatabase* wrapped_db) in FalsePositiveDatabase() function in google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
5970 ~FalsePositiveDatabase() {} in ~FalsePositiveDatabase()
6229 FalsePositiveDatabase false_positive_database(&database_); in TEST_F()