Searched defs:is_positive (Results 1 – 4 of 4) sorted by relevance
38 fn is_positive(&self) -> bool; in is_positive() method100 fn is_positive(&self) -> bool { in is_positive() function
61 static inline bool is_positive(pseudo_t pseudo, unsigned size) in is_positive() function
931 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); local
1509 Matcher<int> is_positive = Gt(0); in TEST() local1631 Matcher<int> is_positive = Gt(0); in TEST() local