Lines Matching refs:why
188 ::std::ostream* what, ::std::ostream* why)
1207 ::std::ostream* why) in GetActionForArguments() argument
1215 DescribeCallCountTo(why); in GetActionForArguments()
1699 ::std::ostream* what, ::std::ostream* why) override in UntypedFindMatchingExpectation() argument
1706 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1714 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1753 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1758 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1765 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1769 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
1776 *why << "\n"; in PrintTriedExpectationsLocked()
1777 expectation->DescribeLocationTo(why); in PrintTriedExpectationsLocked()
1779 *why << "tried expectation #" << i << ": "; in PrintTriedExpectationsLocked()
1781 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
1782 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
1783 expectation->DescribeCallCountTo(why); in PrintTriedExpectationsLocked()