Home | History | Annotate | Download | only in gmock

Lines Matching defs:ArgumentTuple

69   typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
80 return this->InvokeWith(ArgumentTuple());
89 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
101 return this->InvokeWith(ArgumentTuple(a1));
110 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
122 return this->InvokeWith(ArgumentTuple(a1, a2));
131 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
144 return this->InvokeWith(ArgumentTuple(a1, a2, a3));
153 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
166 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4));
176 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
189 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5));
199 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
214 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6));
224 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
239 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7));
249 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
264 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7, a8));
274 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
290 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7, a8, a9));
301 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;
318 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7, a8, a9,
360 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
379 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
399 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
421 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
447 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
475 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
505 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
537 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
571 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
607 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \
647 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value \