Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc418 class MutableIntView { class
422 explicit MutableIntView(int& a_value) : value_(a_value) {} in MutableIntView() function in testing::gmock_matchers_test::__anonbdf523750111::MutableIntView
434 bool IsPositiveMutableIntView(MutableIntView foo) { return foo.value() > 0; } in IsPositiveMutableIntView()
452 Matcher<MutableIntView> m5 = Truly(IsPositiveMutableIntView); in TEST()