Searched refs:MutableIntView (Results 1 – 1 of 1) sorted by relevance
418 class MutableIntView { class422 explicit MutableIntView(int& a_value) : value_(a_value) {} in MutableIntView() function in testing::gmock_matchers_test::__anonbdf523750111::MutableIntView434 bool IsPositiveMutableIntView(MutableIntView foo) { return foo.value() > 0; } in IsPositiveMutableIntView()452 Matcher<MutableIntView> m5 = Truly(IsPositiveMutableIntView); in TEST()