reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
389 for (unsigned i = 1; i < 100; ++i) { 389 for (unsigned i = 1; i < 100; ++i) { 390 EXPECT_EQ(0u, map.lookup(10*i-1)); 391 EXPECT_EQ(i, map.lookup(10*i)); 391 EXPECT_EQ(i, map.lookup(10*i)); 392 EXPECT_EQ(i, map.lookup(10*i+5)); 392 EXPECT_EQ(i, map.lookup(10*i+5)); 393 EXPECT_EQ(0u, map.lookup(10*i+6));