Searched refs:IsPositiveIntValue (Results 1 – 1 of 1) sorted by relevance
414 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue() function424 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()