Home
last modified time | relevance | path

Searched refs:Orderable (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/hana/test/_include/laws/
Dbase.hpp192 , 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 …]
Dsequence.hpp52 Policy::Orderable
Dorderable.hpp42 static_assert(Orderable<decltype(x)>{}, ""); in TestOrderable()
/third_party/boost/libs/hana/include/boost/hana/
Dgreater.hpp33 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
Dless_equal.hpp36 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
Dgreater_equal.hpp35 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
Dmin.hpp29 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 ()()
Dmax.hpp29 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 ()()
Dless.hpp45 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/
Dgreater_equal.hpp35 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
Dgreater.hpp33 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
Dless_equal.hpp36 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
Dmin.hpp29 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 ()()
Dmax.hpp29 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 ()()
Dless.hpp45 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/
Dorderable.hpp184 struct Orderable;
/third_party/boost/boost/hana/fwd/concept/
Dorderable.hpp184 struct Orderable;
/third_party/boost/libs/hana/include/boost/hana/concept/
Dorderable.hpp24 struct Orderable struct
/third_party/boost/boost/hana/concept/
Dorderable.hpp24 struct Orderable struct
/third_party/boost/libs/hana/test/issues/
Dgithub_91.cpp18 static_assert(hana::Orderable<T>::value, "");
Dgithub_269.cpp28 BOOST_HANA_CONSTANT_CHECK(hana::IntegralConstant<hana::Orderable<T>>{});
/third_party/flutter/skia/tests/
DPathOpsAngleTest.cpp207 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/
DPathOpsAngleTest.cpp206 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/
Dtest_pprint.py107 class Orderable: class
868 b = Orderable(hash(a)) # should have the same hash value