Home
last modified time | relevance | path

Searched refs:has_move_emulation_enabled (Results 1 – 17 of 17) sorted by relevance

/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Dutility.hpp44 < enable_move_utility_emulation<T>::value && !has_move_emulation_enabled<T>::value
54 < enable_move_utility_emulation<T>::value && has_move_emulation_enabled<T>::value
63 < enable_move_utility_emulation<T>::value && has_move_emulation_enabled<T>::value
74 < enable_move_utility_emulation<T>::value && has_move_emulation_enabled<T>::value
85 < enable_move_utility_emulation<T>::value && has_move_emulation_enabled<T>::value
Dcore.hpp120 struct has_move_emulation_enabled struct
194 !::boost::has_move_emulation_enabled<T>::value
204 ::boost::has_move_emulation_enabled<T>::value
214 ::boost::has_move_emulation_enabled<T>::value
316 struct has_move_emulation_enabled struct
Dutility_core.hpp65 , has_move_emulation_enabled<T>
76 , has_move_emulation_enabled<T>
150 , has_move_emulation_enabled<T>
Diterator.hpp53 < ::boost::has_move_emulation_enabled<value_type>
Dunique_ptr.hpp259 < ::boost::has_move_emulation_enabled<T>::value && !bmupmu::is_reference<T>::value
/external/sdv/vsomeip/third_party/boost/move/test/
Dconstruct_forward.cpp29 … ,typename ::boost::enable_if< ::boost::has_move_emulation_enabled<MaybeRvalue> >::type* = 0 in catch_test()
37 … ,typename ::boost::enable_if< ::boost::has_move_emulation_enabled<MaybeRvalue> >::type* = 0 in catch_test()
46 … ,typename ::boost::enable_if< ::boost::has_move_emulation_enabled<MaybeRvalue> >::type* = 0 in catch_test()
54 … ,typename ::boost::disable_if< ::boost::has_move_emulation_enabled<MaybeRvalue> >::type* = 0 in catch_test()
Dmove.cpp101 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<copyable>::value == false)); in main()
102 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<copyable*>::value == false)); in main()
103 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<int>::value == false)); in main()
104 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<int&>::value == false)); in main()
105 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<int*>::value == false)); in main()
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/
Dmake_ready_future_pass.cpp90 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<movable2>::value == true)); in main()
92 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<A>::value == false)); in main()
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/promise/
Demplace_pass.cpp106 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<movable2>::value == true)); in main()
108 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<A>::value == true)); in main()
Dset_rvalue_pass.cpp97 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<movable2>::value == true)); in main()
99 BOOST_STATIC_ASSERT((boost::has_move_emulation_enabled<A>::value == true)); in main()
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/
Dqueue_base.hpp164 bool Movable = has_move_emulation_enabled<T>::value
Ddeque_base.hpp164 bool Movable = has_move_emulation_enabled<T>::value
Ddeque_adaptor.hpp172 bool Movable = has_move_emulation_enabled<T>::value
Dqueue_adaptor.hpp172 bool Movable = has_move_emulation_enabled<T>::value
/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/deque_views/
Dsingle_thread_pass.cpp42 BOOST_STATIC_ASSERT( boost::has_move_emulation_enabled<non_copyable>::value );
/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/queue_views/
Dsingle_thread_pass.cpp42 BOOST_STATIC_ASSERT( boost::has_move_emulation_enabled<non_copyable>::value );
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dpair.hpp552 struct has_move_emulation_enabled< ::boost::container::dtl::pair<T1, T2> > struct