Lines Matching refs:result
809 // Adds unsatisfied pre-requisites of this expectation to 'result'.
810 void FindUnsatisfiedPrerequisites(ExpectationSet* result) const
1133 // Describes the result of matching the arguments against this
1376 // Prints the held value as an action's result to os.
1378 void PrintAsActionResult(const T& result, std::ostream& os) {
1381 UniversalPrinter<T>::Print(result, &os);
1453 // arguments and returns the result. Asserts (or throws if
1506 // Returns the result of invoking this mock function with the given
1693 // arguments and returns the action's result.
1717 // Perform the supplied action, printing the result to os.
1724 R result = PerformAction(untyped_action, std::move(args), call_description);
1726 PrintAsActionResult(result, os);
1727 return std::forward<R>(result);
1730 // An overload for when it's not possible to print the result. In this case we
1742 // Returns the result of invoking this mock function with the given
1748 // Calculates the result of invoking this mock function with the given
1792 // Perform the action, print the result, and then report the uninteresting
1837 // Perform the action, print the result, and then fail or log in whatever way
2040 // a result of macro expansion. See CompilesWithMethodNameExpandedFromMacro