Home
last modified time | relevance | path

Searched refs:SetErrnoAndReturn (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc76 using testing::SetErrnoAndReturn;
1203 Action<int(void)> a = SetErrnoAndReturn(ENOTTY, -5); in TEST_F()
1210 Action<int*(void)> a = SetErrnoAndReturn(ENOTTY, &x); in TEST_F()
1216 Action<double()> a = SetErrnoAndReturn(EINVAL, 5); in TEST_F()
Dgmock_link_test.h181 using testing::SetErrnoAndReturn;
311 EXPECT_CALL(mock, IntFromString(_)).WillOnce(SetErrnoAndReturn(1, -1)); in TEST()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h1029 SetErrnoAndReturn(int errval, T result) { in SetErrnoAndReturn() function