Home
last modified time | relevance | path

Searched refs:move_constructible (Results 1 – 12 of 12) sorted by relevance

/third_party/abseil-cpp/absl/types/internal/
Dconformance_aliases.h56 move_constructible::trivial>);
60 move_constructible::nothrow>);
64 ConformanceProfile<default_constructible::maybe, move_constructible::yes>);
68 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
73 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
78 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
83 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
88 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
93 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
98 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
[all …]
Dconformance_testing_test.cc233 case ti::move_constructible::maybe: in TYPED_TEST_P()
244 case ti::move_constructible::yes: in TYPED_TEST_P()
255 case ti::move_constructible::nothrow: in TYPED_TEST_P()
271 case ti::move_constructible::trivial: in TYPED_TEST_P()
731 ti::move_constructible::yes>>,
736 ti::move_constructible::nothrow>>,
741 ti::move_constructible::trivial>>,
747 ti::move_constructible::maybe,
753 ti::move_constructible::maybe,
759 ti::move_constructible::maybe,
[all …]
Dconformance_archetype.h124 move_constructible MoveConstructibleValue>
127 static_assert(MoveConstructibleValue == move_constructible::yes ||
128 MoveConstructibleValue == move_constructible::nothrow,
138 MoveConstructibleValue == move_constructible::nothrow)
149 move_constructible::trivial>
161 move_constructible MoveConstructibleValue,
188 move_constructible MoveConstructibleValue>
209 move_constructible MoveConstructibleValue>
226 move_constructible MoveConstructibleValue,
255 move_constructible MoveConstructibleValue,
[all …]
Dconformance_profile.h330 move_constructible);
392 move_constructible);
547 move_constructible MoveConstructibleValue = move_constructible::maybe,
571 static constexpr move_constructible move_constructible_support = // NOLINT
617 MoveConstructibleValue != move_constructible::maybe;
697 move_constructible MoveConstructibleValue, \
723 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(move_constructible);
760 static constexpr move_constructible move_constructible_support = // NOLINT
834 static constexpr move_constructible move_constructible_support = // NOLINT
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_aliases.h56 move_constructible::trivial>);
60 move_constructible::nothrow>);
64 ConformanceProfile<default_constructible::maybe, move_constructible::yes>);
68 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
73 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
78 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
83 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
88 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
93 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
98 ConformanceProfile<default_constructible::maybe, move_constructible::maybe,
[all …]
Dconformance_testing_test.cc233 case ti::move_constructible::maybe: in TYPED_TEST_P()
244 case ti::move_constructible::yes: in TYPED_TEST_P()
255 case ti::move_constructible::nothrow: in TYPED_TEST_P()
271 case ti::move_constructible::trivial: in TYPED_TEST_P()
731 ti::move_constructible::yes>>,
736 ti::move_constructible::nothrow>>,
741 ti::move_constructible::trivial>>,
747 ti::move_constructible::maybe,
753 ti::move_constructible::maybe,
759 ti::move_constructible::maybe,
[all …]
Dconformance_archetype.h124 move_constructible MoveConstructibleValue>
127 static_assert(MoveConstructibleValue == move_constructible::yes ||
128 MoveConstructibleValue == move_constructible::nothrow,
138 MoveConstructibleValue == move_constructible::nothrow)
149 move_constructible::trivial>
161 move_constructible MoveConstructibleValue,
188 move_constructible MoveConstructibleValue>
209 move_constructible MoveConstructibleValue>
226 move_constructible MoveConstructibleValue,
255 move_constructible MoveConstructibleValue,
[all …]
Dconformance_profile.h330 move_constructible);
392 move_constructible);
547 move_constructible MoveConstructibleValue = move_constructible::maybe,
571 static constexpr move_constructible move_constructible_support = // NOLINT
617 MoveConstructibleValue != move_constructible::maybe;
697 move_constructible MoveConstructibleValue, \
723 ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(move_constructible);
760 static constexpr move_constructible move_constructible_support = // NOLINT
834 static constexpr move_constructible move_constructible_support = // NOLINT
/third_party/boost/libs/type_erasure/test/
Dtest_sfinae.cpp30 using move_constructible = boost::mpl::vector<constructible<_self(_self&&)>, destructible<> >; typedef
35 BOOST_MPL_ASSERT_NOT((is_copy_constructible<any<move_constructible> >));
49 BOOST_MPL_ASSERT_NOT((is_mutable_constructible<any<move_constructible> >));
50 BOOST_MPL_ASSERT((is_move_constructible<any<move_constructible> >));
/third_party/boost/libs/asio/doc/requirements/
DSender.qbk14 move_constructible<remove_cvref_t<S>> &&
DReceiver.qbk20 move_constructible<remove_cvref_t<T>> &&
DExecutor.qbk18 move_constructible<decay_t<F>> &&
72 `decay_t<F>` models `move_constructible`.