Searched refs:test_mock (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc2456 ReferenceHoldingMock test_mock; local
2458 // EXPECT_CALL stores a reference to a inside test_mock.
2459 EXPECT_CALL(test_mock, AcceptReference(_))
2463 // only reference to it is stored by test_mock.
2466 // When test_mock goes out of scope, it destroys the last remaining reference
2476 ReferenceHoldingMock test_mock; local
2478 // ON_CALL stores a reference to a inside test_mock.
2479 ON_CALL(test_mock, AcceptReference(_))
2483 // only reference to it is stored by test_mock.
2486 // When test_mock goe
[all...]
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2564 ReferenceHoldingMock test_mock; local
2566 // EXPECT_CALL stores a reference to a inside test_mock.
2567 EXPECT_CALL(test_mock, AcceptReference(_))
2571 // only reference to it is stored by test_mock.
2574 // When test_mock goes out of scope, it destroys the last remaining reference
2584 ReferenceHoldingMock test_mock; local
2586 // ON_CALL stores a reference to a inside test_mock.
2587 ON_CALL(test_mock, AcceptReference(_))
2591 // only reference to it is stored by test_mock.
2594 // When test_mock goe
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc2565 ReferenceHoldingMock test_mock; local
2567 // EXPECT_CALL stores a reference to a inside test_mock.
2568 EXPECT_CALL(test_mock, AcceptReference(_))
2572 // only reference to it is stored by test_mock.
2575 // When test_mock goes out of scope, it destroys the last remaining reference
2585 ReferenceHoldingMock test_mock; local
2587 // ON_CALL stores a reference to a inside test_mock.
2588 ON_CALL(test_mock, AcceptReference(_))
2592 // only reference to it is stored by test_mock.
2595 // When test_mock goe
[all...]

Completed in 364 milliseconds