Lines Matching full:why

174       ::std::ostream* what, ::std::ostream* why)
1214 // describes *what* happened to 'what', and explains *why* Google
1215 // Mock does it to 'why'. This method is not const as it calls
1221 ::std::ostream* why) in GetActionForArguments() argument
1234 DescribeCallCountTo(why); in GetActionForArguments()
1413 std::stringstream& why; member
1420 ss << "\n" << why.str(); in ~FailureCleanupHandler()
1578 // See the definition of untyped_expectations_ for why access to in AddNewExpectation()
1645 ::std::ostream* what, ::std::ostream* why) override in UntypedFindMatchingExpectation() argument
1652 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1660 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1680 // See the definition of untyped_expectations_ for why access to in FindMatchingExpectationLocked()
1697 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1702 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1708 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1712 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
1719 *why << "\n"; in PrintTriedExpectationsLocked()
1720 expectation->DescribeLocationTo(why); in PrintTriedExpectationsLocked()
1722 *why << "tried expectation #" << i << ": "; in PrintTriedExpectationsLocked()
1724 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
1725 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
1726 expectation->DescribeCallCountTo(why); in PrintTriedExpectationsLocked()
1791 // See the definition of untyped_expectations_ for why access to it in InvokeWith()
1850 ::std::stringstream why; in InvokeWith()
1859 &is_excessive, &ss, &why); in InvokeWith()
1893 ss, why, loc, untyped_expectation, found, is_excessive in InvokeWith()