Home | History | Annotate | Download | only in test

Lines Matching full:tuples

79 // can write EXPECT_THAT(x, Eq(y)) to compare two tuples x and y, as
80 // EXPECT_THAT() and the matchers know how to print tuples.
90 // These overloads allow printing tuples in our tests. We cannot
91 // define an operator<< for tuples, as that definition needs to be in
137 // We cannot use EXPECT_EQ() here as the values may be tuples,