Home
last modified time | relevance | path

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

123

/third_party/boost/libs/variant2/test/
Dvariant_special.cpp94 …BOOST_TEST_EQ( std::is_move_assignable<variant<U>>::value, std::is_move_constructible<U>::value &&… in operator ()()
95 …nt<U>>::value, std::is_nothrow_move_constructible<U>::value && std::is_move_assignable<U>::value ); in operator ()()
Dvariant_move_assign.cpp188 BOOST_TEST_TRAIT_TRUE((std::is_move_assignable<variant<X1, X2>>)); in main()
189 BOOST_TEST_TRAIT_FALSE((std::is_move_assignable<variant<int const>>)); in main()
190 BOOST_TEST_TRAIT_FALSE((std::is_move_assignable<variant<int, float, Y>>)); in main()
/third_party/boost/boost/poly_collection/detail/
Dvalue_holder.hpp77 using is_move_assignable=std::is_move_assignable<T>; typedef in boost::poly_collection::detail::value_holder
151 noexcept(is_nothrow_move_assignable::value||!is_move_assignable::value) in operator =()
194 void move_assign(T&& x){move_assign(std::move(x),is_move_assignable{});} in move_assign()
Dis_acceptable.hpp34 (std::is_move_assignable<typename std::decay<T>::type>::value||
/third_party/boost/boost/thread/concurrent_queues/
Dqueue_base.hpp148 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
156 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
160 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
Ddeque_base.hpp148 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
156 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
160 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
Ddeque_adaptor.hpp156 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
164 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
168 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
Dqueue_adaptor.hpp156 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
164 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
168 bool Movable = std::is_move_constructible<T>::value && std::is_move_assignable<T>::value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dtype_traits.h128 struct is_move_assignable {
163 is_move_assignable<detail::trivial_helper<T>>::value;
165 !is_move_assignable<T>::value;
/third_party/abseil-cpp/absl/meta/
Dtype_traits.h181 using is_move_assignable = std::is_move_assignable<T>;
191 struct is_move_assignable : type_traits_internal::is_detected<
450 std::is_move_assignable<T>::value,
451 std::is_move_assignable<type_traits_internal::SingleMemberUnion<T>>,
526 absl::is_move_assignable<ExtentsRemoved>::value;
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
Dtype_traits.h181 using is_move_assignable = std::is_move_assignable<T>;
191 struct is_move_assignable : type_traits_internal::is_detected<
450 std::is_move_assignable<T>::value,
451 std::is_move_assignable<type_traits_internal::SingleMemberUnion<T>>,
547 absl::is_move_assignable<ExtentsRemoved>::value;
/third_party/boost/libs/beast/test/beast/websocket/
Dstream.cpp177 BOOST_STATIC_ASSERT(std::is_move_assignable< in run()
188 BOOST_STATIC_ASSERT(std::is_move_assignable< in run()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_test.cc39 static_assert(absl::is_move_assignable<Randen>::value, in TEST()
Dnonsecure_base_test.cc80 static_assert(absl::is_move_assignable<E>::value, in TEST()
/third_party/abseil-cpp/absl/random/internal/
Dranden_test.cc39 static_assert(absl::is_move_assignable<Randen>::value, in TEST()
Dnonsecure_base_test.cc80 static_assert(absl::is_move_assignable<E>::value, in TEST()
/third_party/boost/libs/dll/test/
Dcpp_import_class_test.cpp67 BOOST_TEST( cl.is_move_assignable()); in main()
/third_party/boost/libs/hana/include/boost/hana/
Dtraits.hpp105 constexpr auto is_move_assignable = detail::hana_trait<std::is_move_assignable>{};
/third_party/boost/boost/hana/
Dtraits.hpp105 constexpr auto is_move_assignable = detail::hana_trait<std::is_move_assignable>{};
/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp218 (std::is_move_assignable<ConstructibleObjectType>::value ||
313 (std::is_move_assignable<ConstructibleArrayType>::value ||
/third_party/boost/libs/outcome/test/tests/
Dexperimental-core-result-status.cpp300 static_assert(std::is_move_assignable<decltype(d)>::value, "");
317 static_assert(!std::is_move_assignable<decltype(e)>::value, "");
Dcore-result.cpp316 static_assert(std::is_move_assignable<decltype(d)>::value, "");
333 static_assert(!std::is_move_assignable<decltype(e)>::value, "");
/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing.h514 PropertiesOfT<Prof>::is_move_assignable>:: in operator()
523 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
647 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
769 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
771 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing.h514 PropertiesOfT<Prof>::is_move_assignable>:: in operator()
523 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
647 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
769 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
771 If<PropertiesOfT<Prof>::is_move_assignable>::Invoke( in operator()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_sample_token_test.cc52 static_assert(std::is_move_assignable<CordzSampleToken::Iterator>::value, ""); in TEST()

123