Searched defs:FalsePositiveDatabase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4123 class FalsePositiveDatabase : public DescriptorDatabase { class in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest
4125 FalsePositiveDatabase(DescriptorDatabase* wrapped_db) function in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
4127 ~FalsePositiveDatabase() {}
4382 FalsePositiveDatabase false_positive_database(&database_);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3673 class FalsePositiveDatabase : public DescriptorDatabase { class in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest
3675 FalsePositiveDatabase(DescriptorDatabase* wrapped_db) function in class:google::protobuf::descriptor_unittest::DatabaseBackedPoolTest::FalsePositiveDatabase
3677 ~FalsePositiveDatabase() {}
3895 FalsePositiveDatabase false_positive_database(&database_);

Completed in 123 milliseconds