Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc414 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue() function
424 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()