Home | History | Annotate | Download | only in internal

Lines Matching defs:ArgumentTuple

145 //   ArgumentTuple:        the tuple type consisting of all parameters of F.
159 typedef ::testing::tuple<> ArgumentTuple;
160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
169 typedef ::testing::tuple<A1> ArgumentTuple;
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
179 typedef ::testing::tuple<A1, A2> ArgumentTuple;
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
189 typedef ::testing::tuple<A1, A2, A3> ArgumentTuple;
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
199 typedef ::testing::tuple<A1, A2, A3, A4> ArgumentTuple;
200 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
210 typedef ::testing::tuple<A1, A2, A3, A4, A5> ArgumentTuple;
211 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
221 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6> ArgumentTuple;
222 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
232 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6, A7> ArgumentTuple;
233 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
243 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8> ArgumentTuple;
244 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
254 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9> ArgumentTuple;
255 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
268 A10> ArgumentTuple;
269 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;