Home
last modified time | relevance | path

Searched refs:UniqueInt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc2059 std::unique_ptr<int> UniqueInt(int i) { return std::make_unique<int>(i); } in UniqueInt() function
2069 EXPECT_EQ(7, a1.Perform(std::make_tuple(UniqueInt(7)))); in TEST()
2081 a2.Perform(std::make_tuple(UniqueInt(5))); in TEST()