/third_party/boost/libs/type_erasure/test/ |
D | test_equal.cpp | 25 typedef boost::mpl::vector<copy_constructible<>, equality_comparable<> > test_concept; in BOOST_AUTO_TEST_CASE() 37 …typedef boost::mpl::vector<copy_constructible<_a>, copy_constructible<_b>, equality_comparable<_a,… in BOOST_AUTO_TEST_CASE() 48 …typedef boost::mpl::vector<copy_constructible<_a>, copy_constructible<_b>, equality_comparable<_a,… in BOOST_AUTO_TEST_CASE() 59 typedef boost::mpl::vector<copy_constructible<>, equality_comparable<int, _self> > test_concept; in BOOST_AUTO_TEST_CASE() 69 typedef boost::mpl::vector<copy_constructible<>, equality_comparable<int, _self> > test_concept; in BOOST_AUTO_TEST_CASE() 79 typedef boost::mpl::vector<copy_constructible<>, equality_comparable<_self, int> > test_concept; in BOOST_AUTO_TEST_CASE() 89 typedef boost::mpl::vector<copy_constructible<>, equality_comparable<_self, int> > test_concept; in BOOST_AUTO_TEST_CASE() 99 typedef boost::mpl::vector<copy_constructible<>, equality_comparable<>, relaxed> test_concept; in BOOST_AUTO_TEST_CASE() 118 equality_comparable<_a>, in BOOST_AUTO_TEST_CASE() 119 equality_comparable<_a, int>, in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_aliases.h | 137 equality_comparable::nothrow>); 144 equality_comparable::yes>); 151 equality_comparable::maybe, 159 equality_comparable::maybe, inequality_comparable::yes>); 166 equality_comparable::maybe, inequality_comparable::maybe, 174 equality_comparable::maybe, inequality_comparable::maybe, 182 equality_comparable::maybe, inequality_comparable::maybe, 191 equality_comparable::maybe, inequality_comparable::maybe, 200 copy_assignable::maybe, destructible::maybe, equality_comparable::maybe, 209 copy_assignable::maybe, destructible::maybe, equality_comparable::maybe, [all …]
|
D | conformance_testing_test.cc | 530 case ti::equality_comparable::maybe: in TYPED_TEST_P() 534 case ti::equality_comparable::yes: in TYPED_TEST_P() 538 case ti::equality_comparable::nothrow: in TYPED_TEST_P() 826 ti::equality_comparable::yes>>, 833 ti::equality_comparable::nothrow>>, 842 ti::equality_comparable::maybe, ti::inequality_comparable::yes>>, 849 ti::equality_comparable::maybe, 859 ti::equality_comparable::maybe, ti::inequality_comparable::maybe, 867 ti::equality_comparable::maybe, ti::inequality_comparable::maybe, 877 ti::equality_comparable::maybe, ti::inequality_comparable::maybe, [all …]
|
D | conformance_profile.h | 348 ABSL_INTERNAL_INTRINSIC_FUNCTION_ENUM("support for ==", equality_comparable); 484 equality_comparable, ==); 552 equality_comparable EqualityComparableValue = equality_comparable::maybe, 586 static constexpr equality_comparable equality_comparable_support = // NOLINT 632 EqualityComparableValue != equality_comparable::maybe; 702 equality_comparable EqualityComparableValue, \ 728 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(equality_comparable); 775 static constexpr equality_comparable equality_comparable_support = // NOLINT 849 static constexpr equality_comparable equality_comparable_support = // NOLINT
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_aliases.h | 137 equality_comparable::nothrow>); 144 equality_comparable::yes>); 151 equality_comparable::maybe, 159 equality_comparable::maybe, inequality_comparable::yes>); 166 equality_comparable::maybe, inequality_comparable::maybe, 174 equality_comparable::maybe, inequality_comparable::maybe, 182 equality_comparable::maybe, inequality_comparable::maybe, 191 equality_comparable::maybe, inequality_comparable::maybe, 200 copy_assignable::maybe, destructible::maybe, equality_comparable::maybe, 209 copy_assignable::maybe, destructible::maybe, equality_comparable::maybe, [all …]
|
D | conformance_testing_test.cc | 530 case ti::equality_comparable::maybe: in TYPED_TEST_P() 534 case ti::equality_comparable::yes: in TYPED_TEST_P() 538 case ti::equality_comparable::nothrow: in TYPED_TEST_P() 826 ti::equality_comparable::yes>>, 833 ti::equality_comparable::nothrow>>, 842 ti::equality_comparable::maybe, ti::inequality_comparable::yes>>, 849 ti::equality_comparable::maybe, 859 ti::equality_comparable::maybe, ti::inequality_comparable::maybe, 867 ti::equality_comparable::maybe, ti::inequality_comparable::maybe, 877 ti::equality_comparable::maybe, ti::inequality_comparable::maybe, [all …]
|
D | conformance_profile.h | 348 ABSL_INTERNAL_INTRINSIC_FUNCTION_ENUM("support for ==", equality_comparable); 484 equality_comparable, ==); 552 equality_comparable EqualityComparableValue = equality_comparable::maybe, 586 static constexpr equality_comparable equality_comparable_support = // NOLINT 632 EqualityComparableValue != equality_comparable::maybe; 702 equality_comparable EqualityComparableValue, \ 728 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(equality_comparable); 775 static constexpr equality_comparable equality_comparable_support = // NOLINT 849 static constexpr equality_comparable equality_comparable_support = // NOLINT
|
/third_party/boost/libs/asio/include/boost/asio/traits/ |
D | equality_comparable.hpp | 37 struct equality_comparable; 82 traits::equality_comparable<typename decay<T>::type> 98 struct equality_comparable : equality_comparable_default<T> struct
|
/third_party/boost/boost/asio/traits/ |
D | equality_comparable.hpp | 37 struct equality_comparable; 82 traits::equality_comparable<typename decay<T>::type> 98 struct equality_comparable : equality_comparable_default<T> struct
|
/third_party/boost/boost/type_erasure/ |
D | operators.hpp | 254 struct equality_comparable struct 262 struct concept_interface<equality_comparable<T, U>, Base, T> : Base 267 if(::boost::type_erasure::check_match(equality_comparable<T, U>(), lhs, rhs)) { in operator ==() 268 return ::boost::type_erasure::unchecked_call(equality_comparable<T, U>(), lhs, rhs); in operator ==() 282 equality_comparable<T, U>, 290 return ::boost::type_erasure::call(equality_comparable<T, U>(), lhs, rhs); in operator ==()
|
/third_party/boost/libs/asio/include/boost/asio/execution/ |
D | executor.hpp | 76 traits::equality_comparable<T>::is_valid 79 traits::equality_comparable<T>::is_noexcept
|
D | scheduler.hpp | 34 && traits::equality_comparable<typename remove_cvref<T>::type>::is_valid
|
/third_party/boost/boost/asio/execution/ |
D | executor.hpp | 76 traits::equality_comparable<T>::is_valid 79 traits::equality_comparable<T>::is_noexcept
|
D | scheduler.hpp | 34 && traits::equality_comparable<typename remove_cvref<T>::type>::is_valid
|
/third_party/boost/libs/type_erasure/example/ |
D | compose.cpp | 30 equality_comparable<T>,
|
/third_party/boost/boost/random/detail/ |
D | iterator_mixin.hpp | 23 : incrementable<Generator>, equality_comparable<Generator>
|
/third_party/boost/libs/asio/test/execution/ |
D | scheduler.cpp | 78 struct equality_comparable<executor> struct
|
D | prefer_only.cpp | 79 struct equality_comparable<possibly_blocking_executor> struct 137 struct equality_comparable<never_blocking_executor> struct 236 struct equality_comparable<either_blocking_executor> struct
|
D | executor.cpp | 76 struct equality_comparable<executor> struct
|
D | sender.cpp | 87 struct equality_comparable<executor> struct
|
/third_party/boost/boost/date_time/ |
D | time.hpp | 48 , boost::equality_comparable<T
|
D | date.hpp | 56 , boost::equality_comparable<T
|
D | time_duration.hpp | 38 , boost::equality_comparable<T
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | any_io_executor.hpp | 239 struct equality_comparable<any_io_executor>
|
/third_party/boost/boost/asio/ |
D | any_io_executor.hpp | 239 struct equality_comparable<any_io_executor>
|