/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 61 using testing::DoDefault; 633 .WillOnce(DoDefault()); in TEST() 642 .WillRepeatedly(DoDefault()); in TEST() 657 DoDefault())); in TEST() 674 .WillOnce(DoDefault()); in TEST() 685 .WillOnce(DoDefault()); in TEST() 694 .WillByDefault(DoDefault()); in TEST()
|
D | gmock-generated-function-mockers_test.cc | 66 using testing::DoDefault; 176 .WillOnce(DoDefault()) in TEST_F() 232 .WillOnce(DoDefault()); in TEST_F()
|
D | gmock_link_test.h | 135 using testing::DoDefault; 394 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(DoDefault()); in TEST()
|
D | gmock_stress_test.cc | 163 .WillRepeatedly(DoDefault()); in TestConcurrentMockObjects()
|
D | gmock-spec-builders_test.cc | 75 using testing::DoDefault; 2385 .WillOnce(DoDefault()) in TEST() 2429 .WillOnce(DoDefault()) in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 55 using testing::DoDefault; 714 .WillOnce(DoDefault()); in TEST() 723 .WillRepeatedly(DoDefault()); in TEST() 742 DoDefault())); in TEST() 759 .WillOnce(DoDefault()); in TEST() 770 .WillOnce(DoDefault()); in TEST() 779 .WillByDefault(DoDefault()); in TEST()
|
D | gmock-generated-function-mockers_test.cc | 65 using testing::DoDefault; 201 .WillOnce(DoDefault()) in TEST_F() 257 .WillOnce(DoDefault()); in TEST_F()
|
D | gmock_link_test.h | 135 using testing::DoDefault; 394 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(DoDefault()); in TEST()
|
D | gmock_stress_test.cc | 163 .WillRepeatedly(DoDefault()); in TestConcurrentMockObjects()
|
D | gmock-spec-builders_test.cc | 75 using testing::DoDefault; 2493 .WillOnce(DoDefault()) in TEST() 2537 .WillOnce(DoDefault()) in TEST()
|
/external/v8/testing/gmock/test/ |
D | gmock-actions_test.cc | 55 using testing::DoDefault; 714 .WillOnce(DoDefault()); in TEST() 723 .WillRepeatedly(DoDefault()); in TEST() 742 DoDefault())); in TEST() 759 .WillOnce(DoDefault()); in TEST() 770 .WillOnce(DoDefault()); in TEST() 779 .WillByDefault(DoDefault()); in TEST()
|
D | gmock-generated-function-mockers_test.cc | 66 using testing::DoDefault; 199 .WillOnce(DoDefault()) in TEST_F() 255 .WillOnce(DoDefault()); in TEST_F()
|
D | gmock_link_test.h | 135 using testing::DoDefault; 394 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(DoDefault()); in TEST()
|
D | gmock_stress_test.cc | 163 .WillRepeatedly(DoDefault()); in TestConcurrentMockObjects()
|
D | gmock-spec-builders_test.cc | 75 using testing::DoDefault; 2494 .WillOnce(DoDefault()) in TEST() 2538 .WillOnce(DoDefault()) in TEST()
|
/external/googletest/googlemock/docs/v1_5/ |
D | CheatSheet.md | 374 |`DoDefault()`|Do the default action (specified by `ON_CALL()` or the built-in one).| 377 **Note:** due to technical reasons, `DoDefault()` cannot be used inside a composite action - tryin…
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 972 inline internal::DoDefaultAction DoDefault() { in DoDefault() function
|
D | gmock-spec-builders.h | 886 repeated_action_(DoDefault()) {} in TypedExpectation()
|
/external/googletest/googlemock/docs/v1_6/ |
D | CheatSheet.md | 383 |`DoDefault()`|Do the default action (specified by `ON_CALL()` or the built-in one).| 386 **Note:** due to technical reasons, `DoDefault()` cannot be used inside a composite action - tryin…
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 411 |`DoDefault()`|Do the default action (specified by `ON_CALL()` or the built-in one).| 414 **Note:** due to technical reasons, `DoDefault()` cannot be used inside a composite action - tryin…
|
/external/googletest/googlemock/docs/v1_7/ |
D | CheatSheet.md | 405 |`DoDefault()`|Do the default action (specified by `ON_CALL()` or the built-in one).| 408 **Note:** due to technical reasons, `DoDefault()` cannot be used inside a composite action - tryin…
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 1099 inline internal::DoDefaultAction DoDefault() {
|
D | gmock-spec-builders.h | 897 repeated_action_(DoDefault()) {} in TypedExpectation()
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-actions.h | 1099 inline internal::DoDefaultAction DoDefault() {
|
D | gmock-spec-builders.h | 894 repeated_action_(DoDefault()) {} in TypedExpectation()
|