Home
last modified time | relevance | path

Searched refs:equality_comparable (Results 1 – 25 of 62) sorted by relevance

123

/third_party/boost/libs/type_erasure/test/
Dtest_equal.cpp25 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/
Dconformance_aliases.h137 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 …]
Dconformance_testing_test.cc530 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 …]
Dconformance_profile.h348 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/
Dconformance_aliases.h137 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 …]
Dconformance_testing_test.cc530 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 …]
Dconformance_profile.h348 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/
Dequality_comparable.hpp37 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/
Dequality_comparable.hpp37 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/
Doperators.hpp254 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/
Dexecutor.hpp76 traits::equality_comparable<T>::is_valid
79 traits::equality_comparable<T>::is_noexcept
Dscheduler.hpp34 && traits::equality_comparable<typename remove_cvref<T>::type>::is_valid
/third_party/boost/boost/asio/execution/
Dexecutor.hpp76 traits::equality_comparable<T>::is_valid
79 traits::equality_comparable<T>::is_noexcept
Dscheduler.hpp34 && traits::equality_comparable<typename remove_cvref<T>::type>::is_valid
/third_party/boost/libs/type_erasure/example/
Dcompose.cpp30 equality_comparable<T>,
/third_party/boost/boost/random/detail/
Diterator_mixin.hpp23 : incrementable<Generator>, equality_comparable<Generator>
/third_party/boost/libs/asio/test/execution/
Dscheduler.cpp78 struct equality_comparable<executor> struct
Dprefer_only.cpp79 struct equality_comparable<possibly_blocking_executor> struct
137 struct equality_comparable<never_blocking_executor> struct
236 struct equality_comparable<either_blocking_executor> struct
Dexecutor.cpp76 struct equality_comparable<executor> struct
Dsender.cpp87 struct equality_comparable<executor> struct
/third_party/boost/boost/date_time/
Dtime.hpp48 , boost::equality_comparable<T
Ddate.hpp56 , boost::equality_comparable<T
Dtime_duration.hpp38 , boost::equality_comparable<T
/third_party/boost/libs/asio/include/boost/asio/
Dany_io_executor.hpp239 struct equality_comparable<any_io_executor>
/third_party/boost/boost/asio/
Dany_io_executor.hpp239 struct equality_comparable<any_io_executor>

123