/third_party/boost/libs/type_erasure/test/ |
D | test_less.cpp | 25 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/ |
D | conformance_aliases.h | 167 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 …]
|
D | conformance_testing_test.cc | 566 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 …]
|
D | conformance_profile.h | 350 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
|
D | conformance_archetype.h | 939 ABSL_TYPES_INTERNAL_OP(less_than_comparable, <);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_aliases.h | 167 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 …]
|
D | conformance_testing_test.cc | 566 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 …]
|
D | conformance_profile.h | 350 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
|
D | conformance_archetype.h | 939 ABSL_TYPES_INTERNAL_OP(less_than_comparable, <);
|
/third_party/boost/boost/type_erasure/ |
D | operators.hpp | 301 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/ |
D | concept_map.cpp | 28 struct less_than_comparable<std::type_info> struct
|
D | compose.cpp | 31 less_than_comparable<T>
|
/third_party/boost/boost/date_time/ |
D | time.hpp | 47 boost::less_than_comparable<T
|
D | date.hpp | 55 boost::less_than_comparable<T
|
D | time_duration.hpp | 37 boost::less_than_comparable<T
|
D | period.hpp | 53 boost::less_than_comparable<period<point_rep, duration_rep>
|
/third_party/boost/libs/icl/example/large_bitset_/ |
D | large_bitset.hpp | 48 , boost::less_than_comparable< large_bitset<DomainT,BitSetT,Compare,Interval,Alloc>
|
/third_party/boost/boost/chrono/ |
D | process_cpu_clocks.hpp | 81 less_than_comparable<process_times<Rep> > > >
|
/third_party/boost/libs/type_erasure/doc/ |
D | type_erasure.qbk | 60 …f __less_than_comparable [classref boost::type_erasure::less_than_comparable less_than_comparable]]
|
/third_party/boost/boost/ |
D | operators.hpp | 764 BOOST_OPERATOR_TEMPLATE(less_than_comparable)
|
D | operators_v1.hpp | 810 BOOST_OPERATOR_TEMPLATE(less_than_comparable)
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2860 boost/type_erasure/less_than_comparable.html
|
/third_party/boost/libs/chrono/doc/ |
D | chrono.qbk | 6886 less_than_comparable<process_times<Rep> > > >
|