Searched defs:SelectedArgs (Results 1 - 4 of 4) sorted by relevance

/external/gmock/include/gmock/
H A Dgmock-generated-matchers.h227 k6, k7, k8, k9>::type SelectedArgs; typedef in class:testing::internal::ArgsMatcherImpl
228 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
232 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
236 const SelectedArgs& selected_args = GetSelectedArgs(args);
263 static SelectedArgs GetSelectedArgs(ArgsTuple args) {
H A Dgmock-generated-actions.h419 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
420 static SelectedArgs Select(const ArgumentTuple& args) {
422 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args),
433 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
434 static SelectedArgs Select(const ArgumentTuple& /* args */) {
436 return SelectedArgs();
445 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
446 static SelectedArgs Select(const ArgumentTuple& args) {
448 return SelectedArgs(get<k1>(args));
458 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
471 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
486 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
502 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
519 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
536 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
554 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
573 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h419 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
420 static SelectedArgs Select(const ArgumentTuple& args) {
422 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args),
433 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
434 static SelectedArgs Select(const ArgumentTuple& /* args */) {
436 return SelectedArgs();
445 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
446 static SelectedArgs Select(const ArgumentTuple& args) {
448 return SelectedArgs(get<k1>(args));
458 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
471 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
486 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
502 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
519 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
536 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
554 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
573 typedef typename Function<type>::ArgumentTuple SelectedArgs; typedef in class:testing::internal::SelectArgs
[all...]
H A Dgmock-generated-matchers.h226 k6, k7, k8, k9>::type SelectedArgs; typedef in class:testing::internal::ArgsMatcherImpl
227 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
231 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
235 const SelectedArgs& selected_args = GetSelectedArgs(args);
262 static SelectedArgs GetSelectedArgs(ArgsTuple args) {

Completed in 404 milliseconds