Home
last modified time | relevance | path

Searched defs:greater_than (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dpointainer_speed.cpp43 struct greater_than struct
45 bool operator()( const PolyPtr& l, const PolyPtr& r ) const in operator ()()
50 bool operator()( const Base* l, const Base* r ) const in operator ()()
/third_party/boost/boost/safe_numerics/
Dchecked_default.hpp97 greater_than(const R & t, const R & u) noexcept { in greater_than() function
177 constexpr checked_result<bool> greater_than(const R & t, const R & u) noexcept { in greater_than() function
Dsafe_compare.hpp92 constexpr bool greater_than(const T & lhs, const U & rhs) { in greater_than() function
Dchecked_float.hpp123 constexpr static bool greater_than(const T & t, const U & u) noexcept { in greater_than() function
/third_party/boost/libs/sort/test/
Dstring_sort_test.cpp71 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
/third_party/gettext/gettext-runtime/intl/
Dplural-exp.h48 greater_than, /* Comparison. */ enumerator
/third_party/boost/boost/range/
Diterator_range_core.hpp90 inline bool greater_than( const Left& l, const Right& r ) in greater_than() function