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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc67 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_generated_actions_test
249 InvokeArgument<0>(static_cast<const char*>("Hi"), Short(1));
257 InvokeArgument<0>("Hi", Short(1));
296 EXPECT_EQ(s + 2, a.Perform(make_tuple(CharPtr(s), 0.5, Short(2))));
303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3))));
387 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3))));
402 EXPECT_EQ(s + 2, a.Perform(make_tuple(Short(2), CharPtr(s))));
409 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
H A Dgmock-more-actions_test.cc72 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_more_actions_test
250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
360 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
471 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));

Completed in 14 milliseconds