Searched defs:not_equal (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/thread/detail/ |
D | counter.hpp | 94 struct not_equal struct 96 not_equal(std::size_t& x, std::size_t& y) : x_(x), y_(y) {} in not_equal() function 97 bool operator()() const { return x_ != y_; } in operator ()() 98 std::size_t& x_; 99 std::size_t& y_;
|
/third_party/boost/boost/hana/fwd/ |
D | not_equal.hpp | 54 constexpr auto not_equal = [](auto&& x, auto&& y) { in __anonf449f6a80102() variable
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 46 not_equal, enumerator 123 not_equal = binary_op<op::not_equal>::value, enumerator
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 47 not_equal, enumerator 124 not_equal = binary_op<op::not_equal>::value, enumerator
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | has_spikes.hpp | 91 > not_equal; in find_different_from_first() typedef
|
/third_party/boost/boost/safe_numerics/ |
D | safe_compare.hpp | 172 constexpr bool not_equal(const T & lhs, const U & rhs) { in not_equal() function
|
/third_party/gettext/gettext-runtime/intl/ |
D | plural-exp.h | 52 not_equal, /* Comparison for inequality. */ enumerator
|
/third_party/e2fsprogs/intl/ |
D | plural-exp.h | 55 not_equal, /* Comparison for inequality. */ enumerator
|
/third_party/boost/boost/heap/ |
D | heap_concepts.hpp | 105 bool equal, not_equal; member
|
/third_party/boost/boost/mpl/ |
D | assert.hpp | 103 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator
|
/third_party/pulseaudio/src/pulsecore/ |
D | atomic.h | 469 unsigned long not_equal, not_exclusive; in pa_atomic_cmpxchg() local 503 unsigned long not_equal, not_exclusive; in pa_atomic_ptr_cmpxchg() local
|
/third_party/boost/boost/phoenix/function/ |
D | lazy_operator.hpp | 664 Not_equal not_equal; variable
|