Home
last modified time | relevance | path

Searched refs:IsDoDefault (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h304 bool IsDoDefault() const { return impl_.get() == NULL; } in IsDoDefault() function
314 !IsDoDefault(), __FILE__, __LINE__, in Perform()
Dgmock-spec-builders.h318 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
1625 if (action != NULL && action->IsDoDefault()) in UntypedFindMatchingExpectation()
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h379 bool IsDoDefault() const { return impl_.get() == NULL; }
389 !IsDoDefault(), __FILE__, __LINE__,
Dgmock-spec-builders.h323 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
1701 if (action != NULL && action->IsDoDefault()) in UntypedFindMatchingExpectation()
/external/v8/testing/gmock/include/gmock/
Dgmock-actions.h379 bool IsDoDefault() const { return impl_.get() == NULL; }
389 !IsDoDefault(), __FILE__, __LINE__,
Dgmock-spec-builders.h322 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
1698 if (action != NULL && action->IsDoDefault()) in UntypedFindMatchingExpectation()
/external/fmtlib/test/gmock/
Dgmock.h1213 bool IsDoDefault() const { return impl_.get() == NULL; }
1223 !IsDoDefault(), __FILE__, __LINE__,
8886 ExpectSpecProperty(!action.IsDoDefault(),
10207 if (action != NULL && action->IsDoDefault())