Searched refs:SelectedArgs (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h303 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
304 static SelectedArgs Select(const ArgumentTuple& args) {
305 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args),
316 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
317 static SelectedArgs Select(const ArgumentTuple& /* args */) {
318 return SelectedArgs();
327 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
328 static SelectedArgs Select(const ArgumentTuple& args) {
329 return SelectedArgs(get<k1>(args));
339 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
351 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
365 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
380 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
396 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
412 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
429 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
447 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
[all...]
H A Dgmock-generated-matchers.h216 k6, k7, k8, k9>::type SelectedArgs; typedef in class:testing::internal::ArgsMatcherImpl
217 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
221 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
225 const SelectedArgs& selected_args = GetSelectedArgs(args);
252 static SelectedArgs GetSelectedArgs(ArgsTuple args) {

Completed in 16 milliseconds