Lines Matching refs:why
179 ::std::ostream* what, ::std::ostream* why)
1203 ::std::ostream* why) in GetActionForArguments() argument
1211 DescribeCallCountTo(why); in GetActionForArguments()
1696 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument
1703 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1711 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1750 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1755 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1762 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1766 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
1773 *why << "\n"; in PrintTriedExpectationsLocked()
1774 expectation->DescribeLocationTo(why); in PrintTriedExpectationsLocked()
1776 *why << "tried expectation #" << i << ": "; in PrintTriedExpectationsLocked()
1778 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
1779 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
1780 expectation->DescribeCallCountTo(why); in PrintTriedExpectationsLocked()