Lines Matching refs:GetFileReadCount
113 unsigned GetFileReadCount(const std::string &Filename) const { in GetFileReadCount() function in __anon256563180111::PCHPreambleTest
213 GetFileReadCount(MainName), in TEST_F()
214 GetFileReadCount(Header1), in TEST_F()
215 GetFileReadCount(Header2) in TEST_F()
220 ASSERT_NE(initialCounts[0], GetFileReadCount(MainName)); in TEST_F()
221 ASSERT_EQ(initialCounts[1], GetFileReadCount(Header1)); in TEST_F()
222 ASSERT_EQ(initialCounts[2], GetFileReadCount(Header2)); in TEST_F()
238 unsigned HeaderReadCount = GetFileReadCount(Header); in TEST_F()
244 ASSERT_EQ(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()
254 ASSERT_LE(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()
255 HeaderReadCount = GetFileReadCount(Header); in TEST_F()
266 ASSERT_LE(HeaderReadCount, GetFileReadCount(Header)); in TEST_F()