OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetErrnoAndReturn
(Results
1 - 3
of
3
) sorted by null
/external/chromium/testing/gmock/test/
gmock_link_test.h
49
//
SetErrnoAndReturn
181
using testing::
SetErrnoAndReturn
;
306
// Tests the linkage of the
SetErrnoAndReturn
action.
311
EXPECT_CALL(mock, IntFromString(_)).WillOnce(
SetErrnoAndReturn
(1, -1));
gmock-actions_test.cc
76
using testing::
SetErrnoAndReturn
;
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
656
// Implements the
SetErrnoAndReturn
action to simulate return from
[
all
...]
Completed in 59 milliseconds