Lines Matching defs:cend
48 EXPECT_EQ(empty.cend(), empty.cbegin());61 EXPECT_EQ(inst.cend(), inst.cbegin());183 auto cend = inst.cend();184 EXPECT_NE(cend, inst.cbegin());192 EXPECT_NE(cend, citer);194 EXPECT_EQ(cend, citer);196 // Check that cbegin and cend have not changed.198 EXPECT_EQ(cend, inst.cend());