Searched refs:totalSum (Results 1 – 2 of 2) sorted by relevance
194 int totalSum = 0; in TEST_F() local195 const auto iterateWithDeletion = [&totalCount, &totalSum](const uint32_t& key, in TEST_F()199 totalSum += key; in TEST_F()204 EXPECT_EQ(((1 + TEST_MAP_SIZE - 1) * (TEST_MAP_SIZE - 1)) / 2, (uint32_t)totalSum); in TEST_F()214 int totalSum = 0; in TEST_F() local215 const auto iterateWithDeletion = [&totalCount, &totalSum](const uint32_t& key, in TEST_F()221 totalSum += value; in TEST_F()226 EXPECT_EQ(((1 + TEST_MAP_SIZE - 1) * (TEST_MAP_SIZE - 1)) * 5, (uint32_t)totalSum); in TEST_F()
187 int totalSum = 0; in TEST_F() local188 const auto iterateWithoutDeletion = [&totalCount, &totalSum](const uint64_t& key, in TEST_F()192 totalSum += key; in TEST_F()197 EXPECT_EQ(1 + 2 + 3 + 4 + 5, totalSum); in TEST_F()