Searched refs:FullIntegrityCheck (Results 1 – 4 of 4) sorted by relevance
157 bool FullIntegrityCheck(std::vector<std::string>* messages);
849 EXPECT_TRUE(db().FullIntegrityCheck(&messages)); in TEST_F()860 EXPECT_TRUE(db().FullIntegrityCheck(&messages)); in TEST_F()
1079 bool Connection::FullIntegrityCheck(std::vector<std::string>* messages) { in FullIntegrityCheck() function in sql::Connection
143 db->FullIntegrityCheck(&messages); in ReportCorrupt()