/third_party/boost/libs/hana/test/_include/laws/ |
D | base.hpp | 192 , Orderable = 1 << 5 enumerator 268 struct ord : integer<i, Policy::Orderable | Policy::Runtime> { }; 271 struct ct_ord : integer<i, Policy::Orderable | Policy::Constant> { }; 274 struct cx_ord : integer<i, Policy::Orderable | Policy::Constexpr> { }; 278 : integer<i, Policy::Constant | Policy::Comparable | Policy::Orderable> 309 (p1 & (test::Policy::Comparable | test::Policy::Orderable)) && 310 (p2 & (test::Policy::Comparable | test::Policy::Orderable)) && 325 (p1 & (test::Policy::Comparable | test::Policy::Orderable)) && 326 (p2 & (test::Policy::Comparable | test::Policy::Orderable)) && 343 (p1 & test::Policy::Orderable) && (p2 & test::Policy::Orderable) && [all …]
|
D | sequence.hpp | 52 Policy::Orderable
|
D | orderable.hpp | 42 static_assert(Orderable<decltype(x)>{}, ""); in TestOrderable()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | greater.hpp | 33 hana::Orderable<T>::value && in operator ()() 34 hana::Orderable<U>::value in operator ()() 38 static_assert(hana::Orderable<T>::value, in operator ()() 41 static_assert(hana::Orderable<U>::value, in operator ()() 60 detail::has_nontrivial_common_embedding<Orderable, T, U>::value
|
D | less_equal.hpp | 36 hana::Orderable<T>::value && in operator ()() 37 hana::Orderable<U>::value in operator ()() 41 static_assert(hana::Orderable<T>::value, in operator ()() 44 static_assert(hana::Orderable<U>::value, in operator ()() 64 detail::has_nontrivial_common_embedding<Orderable, T, U>::value
|
D | greater_equal.hpp | 35 hana::Orderable<T>::value && in operator ()() 36 hana::Orderable<U>::value in operator ()() 40 static_assert(hana::Orderable<T>::value, in operator ()() 43 static_assert(hana::Orderable<U>::value, in operator ()() 63 detail::has_nontrivial_common_embedding<Orderable, T, U>::value
|
D | min.hpp | 29 hana::Orderable<T>::value && in operator ()() 30 hana::Orderable<U>::value in operator ()() 34 static_assert(hana::Orderable<T>::value, in operator ()() 37 static_assert(hana::Orderable<U>::value, in operator ()()
|
D | max.hpp | 29 hana::Orderable<T>::value && in operator ()() 30 hana::Orderable<U>::value in operator ()() 34 static_assert(hana::Orderable<T>::value, in operator ()() 37 static_assert(hana::Orderable<U>::value, in operator ()()
|
D | less.hpp | 45 hana::Orderable<T>::value && in operator ()() 46 hana::Orderable<U>::value && in operator ()() 51 static_assert(hana::Orderable<T>::value, in operator ()() 54 static_assert(hana::Orderable<U>::value, in operator ()() 75 detail::has_nontrivial_common_embedding<Orderable, T, U>::value && 102 Orderable<typename C::value_type>::value
|
/third_party/boost/boost/hana/ |
D | greater_equal.hpp | 35 hana::Orderable<T>::value && in operator ()() 36 hana::Orderable<U>::value in operator ()() 40 static_assert(hana::Orderable<T>::value, in operator ()() 43 static_assert(hana::Orderable<U>::value, in operator ()() 63 detail::has_nontrivial_common_embedding<Orderable, T, U>::value
|
D | greater.hpp | 33 hana::Orderable<T>::value && in operator ()() 34 hana::Orderable<U>::value in operator ()() 38 static_assert(hana::Orderable<T>::value, in operator ()() 41 static_assert(hana::Orderable<U>::value, in operator ()() 60 detail::has_nontrivial_common_embedding<Orderable, T, U>::value
|
D | less_equal.hpp | 36 hana::Orderable<T>::value && in operator ()() 37 hana::Orderable<U>::value in operator ()() 41 static_assert(hana::Orderable<T>::value, in operator ()() 44 static_assert(hana::Orderable<U>::value, in operator ()() 64 detail::has_nontrivial_common_embedding<Orderable, T, U>::value
|
D | min.hpp | 29 hana::Orderable<T>::value && in operator ()() 30 hana::Orderable<U>::value in operator ()() 34 static_assert(hana::Orderable<T>::value, in operator ()() 37 static_assert(hana::Orderable<U>::value, in operator ()()
|
D | max.hpp | 29 hana::Orderable<T>::value && in operator ()() 30 hana::Orderable<U>::value in operator ()() 34 static_assert(hana::Orderable<T>::value, in operator ()() 37 static_assert(hana::Orderable<U>::value, in operator ()()
|
D | less.hpp | 45 hana::Orderable<T>::value && in operator ()() 46 hana::Orderable<U>::value && in operator ()() 51 static_assert(hana::Orderable<T>::value, in operator ()() 54 static_assert(hana::Orderable<U>::value, in operator ()() 75 detail::has_nontrivial_common_embedding<Orderable, T, U>::value && 102 Orderable<typename C::value_type>::value
|
/third_party/boost/libs/hana/include/boost/hana/fwd/concept/ |
D | orderable.hpp | 184 struct Orderable;
|
/third_party/boost/boost/hana/fwd/concept/ |
D | orderable.hpp | 184 struct Orderable;
|
/third_party/boost/libs/hana/include/boost/hana/concept/ |
D | orderable.hpp | 24 struct Orderable struct
|
/third_party/boost/boost/hana/concept/ |
D | orderable.hpp | 24 struct Orderable struct
|
/third_party/boost/libs/hana/test/issues/ |
D | github_91.cpp | 18 static_assert(hana::Orderable<T>::value, "");
|
D | github_269.cpp | 28 BOOST_HANA_CONSTANT_CHECK(hana::IntegralConstant<hana::Orderable<T>>{});
|
/third_party/flutter/skia/tests/ |
D | PathOpsAngleTest.cpp | 207 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() function in PathOpsAngleTester 267 PathOpsAngleTester::Orderable(*first->debugLastAngle(), *next->debugLastAngle()); in DEF_TEST()
|
/third_party/skia/tests/ |
D | PathOpsAngleTest.cpp | 206 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) { in Orderable() function in PathOpsAngleTester 266 PathOpsAngleTester::Orderable(*first->debugLastAngle(), *next->debugLastAngle()); in DEF_TEST()
|
/third_party/python/Lib/test/ |
D | test_pprint.py | 107 class Orderable: class 868 b = Orderable(hash(a)) # should have the same hash value
|