Searched refs:make_tuple (Results 1 - 21 of 21) sorted by relevance

/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc50 using ::std::tr1::make_tuple;
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
178 EXPECT_EQ(1, a.Perform(make_tuple(UnaryFunctor())));
185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5)));
192 EXPECT_EQ(12345, a.Perform(make_tuple(SumOf5Functor())));
199 EXPECT_EQ(123456, a.Perform(make_tuple(&SumOf6)));
206 EXPECT_EQ(123456, a.Perform(make_tuple(SumOf6Functor())));
215 EXPECT_EQ("1234567", a.Perform(make_tuple(&Concat7)));
224 EXPECT_EQ("12345678", a.Perform(make_tuple(&Concat8)));
233 EXPECT_EQ("123456789", a.Perform(make_tuple(
[all...]
H A Dgmock-actions_test.cc48 using ::std::tr1::make_tuple;
348 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
361 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
362 EXPECT_EQ(0, action.Perform(make_tuple(false, 1)));
371 EXPECT_EQ(5, a1.Perform(make_tuple(true, 5)));
372 EXPECT_EQ(0, a1.Perform(make_tuple(false, 1)));
375 EXPECT_EQ(5, a2.Perform(make_tuple(true, 5)));
376 EXPECT_EQ(0, a2.Perform(make_tuple(false, 1)));
381 EXPECT_EQ(5, a1.Perform(make_tuple(true, 5)));
382 EXPECT_EQ(0, a1.Perform(make_tuple(fals
[all...]
H A Dgmock-more-actions_test.cc51 using ::std::tr1::make_tuple;
235 EXPECT_EQ(1, a.Perform(make_tuple()));
241 EXPECT_FALSE(a.Perform(make_tuple(1)));
242 EXPECT_TRUE(a.Perform(make_tuple(-1)));
249 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
255 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
261 EXPECT_EQ(1234, a.Perform(make_tuple(1000, 200, 30, 4)));
267 EXPECT_EQ(12345, a.Perform(make_tuple(10000, 2000, 300, 40, 5)));
273 EXPECT_EQ(123456, a.Perform(make_tuple(100000, 20000, 3000, 400, 50, 6)));
286 a.Perform(make_tuple(CharPt
[all...]
H A Dgmock-generated-matchers_test.cc57 using std::tr1::make_tuple;
116 EXPECT_THAT(t, Args<0>(Eq(make_tuple(5))));
117 EXPECT_THAT(t, Args<1>(Eq(make_tuple(true))));
118 EXPECT_THAT(t, Not(Args<1>(Eq(make_tuple(false)))));
156 EXPECT_THAT(make_tuple(-1, 2), (Args<0, 0, 1>(SumIsZero())));
157 EXPECT_THAT(make_tuple(1, 2), Not(Args<0, 0, 1>(SumIsZero())));
186 EXPECT_THAT(make_tuple(0, 1L, 2, 3L, 4, 5, 6, 7, 8, 9),
189 EXPECT_THAT(make_tuple(0, 1L, 2, 3L, 4, 5, 6, 7, 8, 9),
219 Explain(m, make_tuple(false, 42, 42)));
221 Explain(m, make_tuple(fals
[all...]
H A Dgmock-internal-utils_test.cc62 using ::std::tr1::make_tuple;
637 ConstReference(make_tuple(p1, 3));
642 Copy(make_tuple(static_cast<int*>(a1), 3));
H A Dgmock-matchers_test.cc70 using std::tr1::make_tuple;
2348 EXPECT_THAT(make_tuple(1, 2L), AllArgs(Lt()));
2349 EXPECT_THAT(make_tuple(2L, 1), Not(AllArgs(Lt())));
3680 EXPECT_THAT(make_tuple(p1, 3), ContainerEq(a2));
3681 EXPECT_THAT(make_tuple(p1, 3), Not(ContainerEq(b)));
3684 EXPECT_THAT(make_tuple(p1, 3), Not(ContainerEq(c)));
3790 ExplainMatchFailureTupleTo(make_tuple(Matcher<char>(Eq('a')), GreaterThan(5)),
3791 make_tuple('a', 10), &ss1);
3795 ExplainMatchFailureTupleTo(make_tuple(GreaterThan(5), Matcher<char>(Eq('a'))),
3796 make_tuple(
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(
[all...]
H A Dgtest-tuple_test.cc39 using ::std::tr1::make_tuple;
298 a = make_tuple(true, 5);
303 b = make_tuple('a', 'b', 5);
315 t = make_tuple(str, p);
H A Dgtest-printers_test.cc211 using ::std::tr1::make_tuple;
1009 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
1272 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple());
1277 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1));
1283 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1, 'a'));
/external/gtest/test/
H A Dgtest-param-test_test.cc68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(
[all...]
H A Dgtest-tuple_test.cc39 using ::std::tr1::make_tuple;
298 a = make_tuple(true, 5);
303 b = make_tuple('a', 'b', 5);
315 t = make_tuple(str, p);
H A Dgtest-printers_test.cc211 using ::std::tr1::make_tuple;
1015 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
1278 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple());
1283 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1));
1289 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1, 'a'));
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc66 using ::std::tr1::make_tuple;
438 make_tuple(foo, 3), make_tuple(foo, 4),
439 make_tuple(bar, 3), make_tuple(bar, 4)};
449 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
450 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
451 make_tuple(
[all...]
H A Dgtest-tuple_test.cc39 using ::std::tr1::make_tuple;
266 a = make_tuple(true, 5);
271 b = make_tuple('a', 'b', 5);
283 t = make_tuple(str, p);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-tuple.h640 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
643 inline tuple<> make_tuple() { return tuple<>(); } function in namespace:std::tr1
646 inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { function in namespace:std::tr1
651 inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { function in namespace:std::tr1
656 inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { function in namespace:std::tr1
661 inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
667 inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
673 inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
679 inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
685 inline GTEST_8_TUPLE_(T) make_tuple(cons function in namespace:std::tr1
691 inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
698 inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
[all...]
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-tuple.h642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
645 inline tuple<> make_tuple() { return tuple<>(); } function in namespace:std::tr1
648 inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { function in namespace:std::tr1
653 inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { function in namespace:std::tr1
658 inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { function in namespace:std::tr1
663 inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
669 inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
675 inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
681 inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
687 inline GTEST_8_TUPLE_(T) make_tuple(cons function in namespace:std::tr1
693 inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
700 inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-tuple.h642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
645 inline tuple<> make_tuple() { return tuple<>(); } function in namespace:std::tr1
648 inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { function in namespace:std::tr1
653 inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { function in namespace:std::tr1
658 inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { function in namespace:std::tr1
663 inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
669 inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
675 inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
681 inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
687 inline GTEST_8_TUPLE_(T) make_tuple(cons function in namespace:std::tr1
693 inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
700 inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-tuple.h642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
645 inline tuple<> make_tuple() { return tuple<>(); } function in namespace:std::tr1
648 inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { function in namespace:std::tr1
653 inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { function in namespace:std::tr1
658 inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { function in namespace:std::tr1
663 inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
669 inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
675 inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
681 inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
687 inline GTEST_8_TUPLE_(T) make_tuple(cons function in namespace:std::tr1
693 inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
700 inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp124 make_tuple(const Values&... values) { function
138 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d)));
H A Dexample-bind.cpp104 make_tuple(const Values&... values) { function
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-function-mockers.h88 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1));
109 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2));
131 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3));
153 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4));
176 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4,
201 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
226 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
251 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
277 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
304 this->current_spec().SetMatchers(::std::tr1::make_tuple(m
[all...]

Completed in 194 milliseconds