reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
257 EXPECT_TRUE(*M == &buf[0] || *M == &buf[1] || *M == &buf[2]); 257 EXPECT_TRUE(*M == &buf[0] || *M == &buf[1] || *M == &buf[2]); 257 EXPECT_TRUE(*M == &buf[0] || *M == &buf[1] || *M == &buf[2]); 258 EXPECT_TRUE(*B != *M); 259 int *Removable = *std::next(M); 263 EXPECT_TRUE(Removable != *B && Removable != *M); 269 EXPECT_EQ(M, std::next(B)); 271 EXPECT_EQ(std::next(M), E);