/third_party/boost/libs/variant2/test/ |
D | variant_special.cpp | 94 …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 ()()
|
D | variant_move_assign.cpp | 188 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/ |
D | value_holder.hpp | 77 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()
|
D | is_acceptable.hpp | 34 (std::is_move_assignable<typename std::decay<T>::type>::value||
|
/third_party/boost/boost/thread/concurrent_queues/ |
D | queue_base.hpp | 148 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
|
D | deque_base.hpp | 148 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
|
D | deque_adaptor.hpp | 156 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
|
D | queue_adaptor.hpp | 156 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/ |
D | type_traits.h | 128 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/ |
D | type_traits.h | 181 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/ |
D | type_traits.h | 181 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/ |
D | stream.cpp | 177 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/ |
D | randen_test.cc | 39 static_assert(absl::is_move_assignable<Randen>::value, in TEST()
|
D | nonsecure_base_test.cc | 80 static_assert(absl::is_move_assignable<E>::value, in TEST()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | randen_test.cc | 39 static_assert(absl::is_move_assignable<Randen>::value, in TEST()
|
D | nonsecure_base_test.cc | 80 static_assert(absl::is_move_assignable<E>::value, in TEST()
|
/third_party/boost/libs/dll/test/ |
D | cpp_import_class_test.cpp | 67 BOOST_TEST( cl.is_move_assignable()); in main()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | traits.hpp | 105 constexpr auto is_move_assignable = detail::hana_trait<std::is_move_assignable>{};
|
/third_party/boost/boost/hana/ |
D | traits.hpp | 105 constexpr auto is_move_assignable = detail::hana_trait<std::is_move_assignable>{};
|
/third_party/json/include/nlohmann/detail/meta/ |
D | type_traits.hpp | 218 (std::is_move_assignable<ConstructibleObjectType>::value || 313 (std::is_move_assignable<ConstructibleArrayType>::value ||
|
/third_party/boost/libs/outcome/test/tests/ |
D | experimental-core-result-status.cpp | 300 static_assert(std::is_move_assignable<decltype(d)>::value, ""); 317 static_assert(!std::is_move_assignable<decltype(e)>::value, "");
|
D | core-result.cpp | 316 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/ |
D | conformance_testing.h | 514 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/ |
D | conformance_testing.h | 514 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/ |
D | cordz_sample_token_test.cc | 52 static_assert(std::is_move_assignable<CordzSampleToken::Iterator>::value, ""); in TEST()
|