Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc109 virtual int TypeWithComma(const std::map<int, std::string>& a_map) = 0;
401 const std::map<int, std::string> a_map; in TYPED_TEST() local
402 EXPECT_CALL(this->mock_foo_, ReturnTypeWithComma()).WillOnce(Return(a_map)); in TYPED_TEST()
403 EXPECT_CALL(this->mock_foo_, ReturnTypeWithComma(42)).WillOnce(Return(a_map)); in TYPED_TEST()
405 EXPECT_EQ(a_map, this->mock_foo_.ReturnTypeWithComma()); in TYPED_TEST()
406 EXPECT_EQ(a_map, this->mock_foo_.ReturnTypeWithComma(42)); in TYPED_TEST()
454 const std::map<int, std::string> a_map; in TYPED_TEST() local
455 EXPECT_CALL(this->mock_foo_, CTReturnTypeWithComma()).WillOnce(Return(a_map)); in TYPED_TEST()
457 EXPECT_EQ(a_map, this->mock_foo_.CTReturnTypeWithComma()); in TYPED_TEST()
623 const std::map<int, int> a_map; in TYPED_TEST() local
[all...]

Completed in 2 milliseconds