Searched refs:recordCount (Results 1 – 2 of 2) sorted by relevance
223 uint64_t recordCount = g_recordCount; variable225 EXPECT_EQ(recordCount, g_recordCount) << "now should have no record";234 ASSERT_GT(g_recordCount, recordCount) << "should have more records";263 uint64_t recordCount = g_recordCount; variable265 EXPECT_EQ(recordCount, g_recordCount) << "now should have no record";274 ASSERT_GT(g_recordCount, recordCount) << "should have more records";
431 int recordCount = 0; in DumpDataPortion() local446 recordCount++; in DumpDataPortion()460 PrintIndent(indent, "\n ======= there are %d records ======== \n", recordCount); in DumpDataPortion()