reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
528 for (unsigned i = 1; i < 1000; ++i) { 528 for (unsigned i = 1; i < 1000; ++i) { 529 EXPECT_EQ(0u, map.lookup(10*i-1)); 530 EXPECT_EQ(i, map.lookup(10*i)); 530 EXPECT_EQ(i, map.lookup(10*i)); 531 EXPECT_EQ(i, map.lookup(10*i+5)); 531 EXPECT_EQ(i, map.lookup(10*i+5)); 532 EXPECT_EQ(0u, map.lookup(10*i+6));