Home
last modified time | relevance | path

Searched defs:not_equal (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/thread/detail/
Dcounter.hpp94 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/
Dnot_equal.hpp54 constexpr auto not_equal = [](auto&& x, auto&& y) { in __anonf449f6a80102() variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp46 not_equal, enumerator
123 not_equal = binary_op<op::not_equal>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp47 not_equal, enumerator
124 not_equal = binary_op<op::not_equal>::value, enumerator
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dhas_spikes.hpp91 > not_equal; in find_different_from_first() typedef
/third_party/boost/boost/safe_numerics/
Dsafe_compare.hpp172 constexpr bool not_equal(const T & lhs, const U & rhs) { in not_equal() function
/third_party/gettext/gettext-runtime/intl/
Dplural-exp.h52 not_equal, /* Comparison for inequality. */ enumerator
/third_party/e2fsprogs/intl/
Dplural-exp.h55 not_equal, /* Comparison for inequality. */ enumerator
/third_party/boost/boost/heap/
Dheap_concepts.hpp105 bool equal, not_equal; member
/third_party/boost/boost/mpl/
Dassert.hpp103 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator
/third_party/pulseaudio/src/pulsecore/
Datomic.h469 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/
Dlazy_operator.hpp664 Not_equal not_equal; variable