Searched refs:GetFileReadCount (Results 1 – 1 of 1) sorted by relevance
109 unsigned GetFileReadCount(const std::string &Filename) const { in GetFileReadCount() function in __anonc371bed80111::PCHPreambleTest209 GetFileReadCount(MainName), in TEST_F()210 GetFileReadCount(Header1), in TEST_F()211 GetFileReadCount(Header2) in TEST_F()216 ASSERT_NE(initialCounts[0], GetFileReadCount(MainName)); in TEST_F()217 ASSERT_EQ(initialCounts[1], GetFileReadCount(Header1)); in TEST_F()218 ASSERT_EQ(initialCounts[2], GetFileReadCount(Header2)); in TEST_F()234 unsigned HeaderReadCount = GetFileReadCount(Header); in TEST_F()240 ASSERT_EQ(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()250 ASSERT_LE(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()[all …]