Searched refs:why (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h178 ::std::ostream* what, ::std::ostream* why)
1184 // describes *what* happened to 'what', and explains *why* Google
1185 // Mock does it to 'why'. This method is not const as it calls
1192 ::std::ostream* why)
1200 DescribeCallCountTo(why);
1682 ::std::ostream* what, ::std::ostream* why)
1689 this->FormatUnexpectedCallMessageLocked(args, what, why);
1697 const Action<F>* action = exp->GetActionForArguments(this, args, what, why);
1734 ::std::ostream* why) const
1739 PrintTriedExpectationsLocked(args, why);
[all...]
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc389 ::std::stringstream why; member in namespace:testing::internal
398 &ss, &why);
429 ss << "\n" << why.str();

Completed in 11 milliseconds