Home | History | Annotate | Download | only in gmock

Lines Matching refs:selected_args

3427     const SelectedArgs& selected_args =
3429 if (!listener->IsInterested()) return inner_matcher_.Matches(selected_args);
3432 *listener << "are " << PrintToString(selected_args);
3436 inner_matcher_.MatchAndExplain(selected_args, &inner_listener);