Searched defs:is_positive (Results 1 – 10 of 10) sorted by relevance
40 bool is_positive() const { return false; } in is_positive() function64 bool is_positive() const { return measure > 0.0; } in is_positive() function
119 >::type is_positive; typedef
162 struct is_positive { struct
158 BOOST_CONSTEXPR bool is_positive() const in is_positive() function in boost::date_time::time_duration
438 inline bool is_positive() const {return (val_ & 1);} in is_positive() function in boost::polygon::direction_2d509 inline bool is_positive() const {return (val_ & 1);} in is_positive() function in boost::polygon::direction_3d
61 static inline bool is_positive(pseudo_t pseudo, unsigned size) in is_positive() function
872 is_positive=None): argument
897 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); local
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