Lines Matching defs:result
127 // Adds unsatisfied pre-requisites of this expectation to 'result'.
128 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const
137 it->expectation_base()->FindUnsatisfiedPrerequisites(result);
143 *result += *it;
335 // Calculates the result of invoking this mock function with the given
337 // for deleting the result.
375 // Calculates the function result.
376 UntypedActionResultHolderBase* const result =
379 // Prints the function result.
380 if (result != NULL)
381 result->PrintAsActionResult(&ss);
384 return result;
423 UntypedActionResultHolderBase* const result =
427 if (result != NULL)
428 result->PrintAsActionResult(&ss);
444 return result;