Lines Matching refs:tuple
291 tuple<> matchers;
292 tuple<> values;
298 tuple<Matcher<int> > matchers(Eq(1));
299 tuple<int> values1(1),
307 tuple<Matcher<int>, Matcher<char> > matchers(Eq(1), Eq('a'));
308 tuple<int, char> values1(1, 'a'),
320 tuple<Matcher<int>, Matcher<char>, Matcher<bool>, Matcher<long>, // NOLINT
323 tuple<int, char, bool, long, string> // NOLINT
670 StlContainerView<tuple<const int*, size_t> >::type>();
672 StlContainerView<tuple<linked_ptr<double>, int> >::type>();
675 StlContainerView<tuple<const int*, int> >::const_reference>();
679 NativeArray<int> a2 = StlContainerView<tuple<const int*, int> >::
684 const NativeArray<int> a3 = StlContainerView<tuple<int*, size_t> >::