Lines Matching full:tuple
63 using ::std::tr1::tuple;
265 tuple<> matchers;
266 tuple<> values;
272 tuple<Matcher<int> > matchers(Eq(1));
273 tuple<int> values1(1),
281 tuple<Matcher<int>, Matcher<char> > matchers(Eq(1), Eq('a'));
282 tuple<int, char> values1(1, 'a'),
294 tuple<Matcher<int>, Matcher<char>, Matcher<bool>, Matcher<long>, // NOLINT
297 tuple<int, char, bool, long, string> // NOLINT
627 StlContainerView<tuple<const int*, size_t> >::type>();
629 StlContainerView<tuple<linked_ptr<double>, int> >::type>();
632 StlContainerView<tuple<const int*, int> >::const_reference>();
636 NativeArray<int> a2 = StlContainerView<tuple<const int*, int> >::
641 const NativeArray<int> a3 = StlContainerView<tuple<int*, size_t> >::