Lines Matching refs:why
174 ::std::ostream* what, ::std::ostream* why)
1184 ::std::ostream* why) in GetActionForArguments() argument
1192 DescribeCallCountTo(why); in GetActionForArguments()
1609 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument
1616 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1624 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1661 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1666 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1673 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1677 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
1684 *why << "\n"; in PrintTriedExpectationsLocked()
1685 expectation->DescribeLocationTo(why); in PrintTriedExpectationsLocked()
1687 *why << "tried expectation #" << i << ": "; in PrintTriedExpectationsLocked()
1689 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
1690 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
1691 expectation->DescribeCallCountTo(why); in PrintTriedExpectationsLocked()