Searched defs:IsDoDefault (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h304 bool IsDoDefault() const { return impl_.get() == NULL; } function in class:testing::Action
314 !IsDoDefault(), __FILE__, __LINE__,
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h379 bool IsDoDefault() const { return impl_.get() == NULL; } function in class:testing::Action
389 !IsDoDefault(), __FILE__, __LINE__,
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h379 bool IsDoDefault() const { return impl_.get() == NULL; } function in class:testing::Action
389 !IsDoDefault(), __FILE__, __LINE__,
/external/fmtlib/test/gmock/
H A Dgmock.h1213 bool IsDoDefault() const { return impl_.get() == NULL; } function in class:testing::Action
1223 !IsDoDefault(), __FILE__, __LINE__,
8886 ExpectSpecProperty(!action.IsDoDefault(),
10207 if (action != NULL && action->IsDoDefault())

Completed in 289 milliseconds