OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnNull
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
existing_user_controller_browsertest.cc
30
using ::testing::
ReturnNull
;
147
.WillOnce(
ReturnNull
());
/external/chromium/testing/gmock/test/
gmock-actions_test.cc
69
using testing::
ReturnNull
;
560
// Tests that
ReturnNull
() returns NULL in a pointer-returning function.
562
const Action<int*()> a1 =
ReturnNull
();
565
const Action<const char*(bool)> a2 =
ReturnNull
(); // NOLINT
[
all
...]
gmock_link_test.h
44
//
ReturnNull
165
using testing::
ReturnNull
;
258
// Tests the linkage of the
ReturnNull
action.
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
508
// Implements the
ReturnNull
() action.
511
// Allows
ReturnNull
() to be used in any pointer-returning function.
946
inline PolymorphicAction<internal::ReturnNullAction>
ReturnNull
() {
[
all
...]
Completed in 1214 milliseconds