Lines Matching refs:result
96 // for you automatically. You can assign the result of expression
445 // convertible to our result type.
530 // We need not worry about incompatible result types because the SFINAE on
532 // the same allowance for void result types.
853 // // Processes the arguments and returns a result, using
1005 // addition to the value of the mock function's result type below in case
1286 SetErrnoAndReturnAction(int errno_value, T result)
1287 : errno_(errno_value), result_(result) {}
1391 // Performs the action and ignores its result.
1412 // action with the given result and argument types.
1844 // const std::string_view result = mock.AsStdFunction()();
1845 // EXPECT_EQ("taco", result);
1937 int errval, T result) {
1939 internal::SetErrnoAndReturnAction<T>(errval, result));
1979 // result. In other words, it changes the return type of an_action to