Lines Matching full:tuple
51 using ::std::tr1::tuple;
371 virtual int Perform(const tuple<int, int>& args) {
639 // Tests that the body of ACTION() can reference the argument tuple
642 StaticAssertTypeEq< ::std::tr1::tuple<int, char, int*>, args_type>();
692 EXPECT_EQ(&b, a.Perform(tuple<int, const bool&>(0, b)));
704 EXPECT_EQ(&n, a.Perform(tuple<int&, bool, int>(n, true, 1)));
973 const tuple<> empty = make_tuple();