Home
last modified time | relevance | path

Searched refs:less_than_comparable (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/type_erasure/test/
Dtest_less.cpp25 typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<> > test_concept; in BOOST_AUTO_TEST_CASE()
48 …typedef boost::mpl::vector<copy_constructible<_a>, copy_constructible<_b>, less_than_comparable<_a… in BOOST_AUTO_TEST_CASE()
61 …typedef boost::mpl::vector<copy_constructible<_a>, copy_constructible<_b>, less_than_comparable<_a… in BOOST_AUTO_TEST_CASE()
74 …typedef boost::mpl::vector<copy_constructible<_a>, copy_constructible<_b>, less_than_comparable<_a… in BOOST_AUTO_TEST_CASE()
87 … typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<int, _self> > test_concept; in BOOST_AUTO_TEST_CASE()
99 … typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<int, _self> > test_concept; in BOOST_AUTO_TEST_CASE()
112 … typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<int, _self> > test_concept; in BOOST_AUTO_TEST_CASE()
124 … typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<_self, int> > test_concept; in BOOST_AUTO_TEST_CASE()
136 … typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<_self, int> > test_concept; in BOOST_AUTO_TEST_CASE()
149 … typedef boost::mpl::vector<copy_constructible<>, less_than_comparable<_self, int> > test_concept; in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/abseil-cpp/absl/types/internal/
Dconformance_aliases.h167 less_than_comparable::nothrow>);
175 less_than_comparable::yes>);
183 less_than_comparable::maybe,
192 less_than_comparable::maybe,
201 inequality_comparable::maybe, less_than_comparable::maybe,
210 inequality_comparable::maybe, less_than_comparable::maybe,
219 inequality_comparable::maybe, less_than_comparable::maybe,
229 inequality_comparable::maybe, less_than_comparable::maybe,
239 inequality_comparable::maybe, less_than_comparable::maybe,
249 inequality_comparable::maybe, less_than_comparable::maybe,
[all …]
Dconformance_testing_test.cc566 case ti::less_than_comparable::maybe: in TYPED_TEST_P()
570 case ti::less_than_comparable::yes: in TYPED_TEST_P()
574 case ti::less_than_comparable::nothrow: in TYPED_TEST_P()
860 ti::less_than_comparable::yes>>,
868 ti::less_than_comparable::nothrow>>,
878 ti::less_than_comparable::maybe, ti::less_equal_comparable::yes>>,
886 ti::less_than_comparable::maybe,
897 ti::less_than_comparable::maybe, ti::less_equal_comparable::maybe,
906 ti::less_than_comparable::maybe, ti::less_equal_comparable::maybe,
917 ti::less_than_comparable::maybe, ti::less_equal_comparable::maybe,
[all …]
Dconformance_profile.h350 ABSL_INTERNAL_INTRINSIC_FUNCTION_ENUM("support for <", less_than_comparable);
490 less_than_comparable, <);
555 less_than_comparable LessThanComparableValue = less_than_comparable::maybe,
593 static constexpr less_than_comparable
638 LessThanComparableValue != less_than_comparable::maybe;
704 less_than_comparable LessThanComparableValue, \
730 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(less_than_comparable);
782 static constexpr less_than_comparable
856 static constexpr less_than_comparable
Dconformance_archetype.h939 ABSL_TYPES_INTERNAL_OP(less_than_comparable, <);
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_aliases.h167 less_than_comparable::nothrow>);
175 less_than_comparable::yes>);
183 less_than_comparable::maybe,
192 less_than_comparable::maybe,
201 inequality_comparable::maybe, less_than_comparable::maybe,
210 inequality_comparable::maybe, less_than_comparable::maybe,
219 inequality_comparable::maybe, less_than_comparable::maybe,
229 inequality_comparable::maybe, less_than_comparable::maybe,
239 inequality_comparable::maybe, less_than_comparable::maybe,
249 inequality_comparable::maybe, less_than_comparable::maybe,
[all …]
Dconformance_testing_test.cc566 case ti::less_than_comparable::maybe: in TYPED_TEST_P()
570 case ti::less_than_comparable::yes: in TYPED_TEST_P()
574 case ti::less_than_comparable::nothrow: in TYPED_TEST_P()
860 ti::less_than_comparable::yes>>,
868 ti::less_than_comparable::nothrow>>,
878 ti::less_than_comparable::maybe, ti::less_equal_comparable::yes>>,
886 ti::less_than_comparable::maybe,
897 ti::less_than_comparable::maybe, ti::less_equal_comparable::maybe,
906 ti::less_than_comparable::maybe, ti::less_equal_comparable::maybe,
917 ti::less_than_comparable::maybe, ti::less_equal_comparable::maybe,
[all …]
Dconformance_profile.h350 ABSL_INTERNAL_INTRINSIC_FUNCTION_ENUM("support for <", less_than_comparable);
490 less_than_comparable, <);
555 less_than_comparable LessThanComparableValue = less_than_comparable::maybe,
593 static constexpr less_than_comparable
638 LessThanComparableValue != less_than_comparable::maybe;
704 less_than_comparable LessThanComparableValue, \
730 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(less_than_comparable);
782 static constexpr less_than_comparable
856 static constexpr less_than_comparable
Dconformance_archetype.h939 ABSL_TYPES_INTERNAL_OP(less_than_comparable, <);
/third_party/boost/boost/type_erasure/
Doperators.hpp301 struct less_than_comparable struct
335 struct concept_interface<less_than_comparable<T, T>, Base, T> : Base
341 less_than_comparable<T, T>(), in operator <()
364 struct concept_interface<less_than_comparable<T, U>, Base, T> : Base
369 return ::boost::type_erasure::call(less_than_comparable<T, U>(), lhs, rhs); in operator <()
390 less_than_comparable<T, U>,
398 return ::boost::type_erasure::call(less_than_comparable<T, U>(), lhs, rhs); in operator <()
/third_party/boost/libs/type_erasure/example/
Dconcept_map.cpp28 struct less_than_comparable<std::type_info> struct
Dcompose.cpp31 less_than_comparable<T>
/third_party/boost/boost/date_time/
Dtime.hpp47 boost::less_than_comparable<T
Ddate.hpp55 boost::less_than_comparable<T
Dtime_duration.hpp37 boost::less_than_comparable<T
Dperiod.hpp53 boost::less_than_comparable<period<point_rep, duration_rep>
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.hpp48 , boost::less_than_comparable< large_bitset<DomainT,BitSetT,Compare,Interval,Alloc>
/third_party/boost/boost/chrono/
Dprocess_cpu_clocks.hpp81 less_than_comparable<process_times<Rep> > > >
/third_party/boost/libs/type_erasure/doc/
Dtype_erasure.qbk60 …f __less_than_comparable [classref boost::type_erasure::less_than_comparable less_than_comparable]]
/third_party/boost/boost/
Doperators.hpp764 BOOST_OPERATOR_TEMPLATE(less_than_comparable)
Doperators_v1.hpp810 BOOST_OPERATOR_TEMPLATE(less_than_comparable)
/third_party/boost/doc/html/
Ddoc_HTML.manifest2860 boost/type_erasure/less_than_comparable.html
/third_party/boost/libs/chrono/doc/
Dchrono.qbk6886 less_than_comparable<process_times<Rep> > > >