Searched refs:IsDoDefault (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 304 bool IsDoDefault() const { return impl_.get() == NULL; } in IsDoDefault() function 314 !IsDoDefault(), __FILE__, __LINE__, in Perform()
|
D | gmock-spec-builders.h | 318 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault() 1625 if (action != NULL && action->IsDoDefault()) in UntypedFindMatchingExpectation()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 379 bool IsDoDefault() const { return impl_.get() == NULL; } 389 !IsDoDefault(), __FILE__, __LINE__,
|
D | gmock-spec-builders.h | 322 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault() 1698 if (action != NULL && action->IsDoDefault()) in UntypedFindMatchingExpectation()
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-actions.h | 379 bool IsDoDefault() const { return impl_.get() == NULL; } 389 !IsDoDefault(), __FILE__, __LINE__,
|
D | gmock-spec-builders.h | 322 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault() 1698 if (action != NULL && action->IsDoDefault()) in UntypedFindMatchingExpectation()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 1213 bool IsDoDefault() const { return impl_.get() == NULL; } 1223 !IsDoDefault(), __FILE__, __LINE__, 8886 ExpectSpecProperty(!action.IsDoDefault(), 10207 if (action != NULL && action->IsDoDefault())
|