Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc631 bool IsPositiveIntValue(const IntValue& foo) { in IsPositiveIntValue() function
643 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()