Home
last modified time | relevance | path

Searched refs:non_movable_object (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/tests/regressions/actions/
H A Dplain_action_move_semantics.cpp39 using hpx::test::non_movable_object;
139 [](non_movable_object) -> void {}); in __anonc86601270702() argument
162 return non_movable_object(); in HPX_PLAIN_ACTION()
171 []() -> non_movable_object
173 return non_movable_object(); in __anonc86601270902()
731 non_movable_object>(id) in test_object_direct_actions()
736 non_movable_object>(id) in test_object_direct_actions()
741 non_movable_object>(id) in test_object_direct_actions()
746 non_movable_object>(id) in test_object_direct_actions()
775 non_movable_object>(id) in test_object_direct_actions()
[all …]
H A Dcomponent_action_move_semantics.cpp21 using hpx::test::non_movable_object;
118 action_move_semantics::test_non_movable_action, non_movable_object in test_actions()
124 action_move_semantics::test_non_movable_action, non_movable_object in test_actions()
164 non_movable_object in test_actions()
172 non_movable_object in test_actions()
224 non_movable_object in test_direct_actions()
231 non_movable_object in test_direct_actions()
238 non_movable_object in test_direct_actions()
246 non_movable_object in test_direct_actions()
276 non_movable_object in test_direct_actions()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/regressions/actions/components/
H A Dmovable_objects.cpp73 std::size_t non_movable_object::count = 0;
75 non_movable_object::non_movable_object() in non_movable_object() function in hpx::test::non_movable_object
81 non_movable_object::non_movable_object(non_movable_object const&) in non_movable_object() function in hpx::test::non_movable_object
86 non_movable_object::~non_movable_object() {} in ~non_movable_object()
89 non_movable_object& non_movable_object::operator=(non_movable_object const&) in operator =()
95 std::size_t non_movable_object::get_count() in get_count()
100 void non_movable_object::reset_count() in reset_count()
106 void non_movable_object::save(Archive& ar, const unsigned int) const in save()
112 void non_movable_object::save(
116 void non_movable_object::load(Archive& ar, const unsigned int) in load()
[all …]
H A Dmovable_objects.hpp57 class HPX_COMPONENT_EXPORT non_movable_object class
63 non_movable_object();
66 non_movable_object(non_movable_object const& other);
68 ~non_movable_object();
71 non_movable_object& operator=(non_movable_object const& other);
/dports/devel/hpx/hpx-1.2.1/tests/regressions/actions/components/server/
H A Daction_move_semantics.hpp27 std::size_t test_non_movable(non_movable_object const& obj) in test_non_movable()
38 non_movable_object return_test_non_movable() in return_test_non_movable()
40 return non_movable_object(); in return_test_non_movable()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dharness_allocator.h775 class non_movable_object {
776 non_movable_object() {} in non_movable_object() function
778 non_movable_object(non_movable_object&&);
779 non_movable_object& operator=(non_movable_object&&);
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dharness_allocator.h775 class non_movable_object {
776 non_movable_object() {} in non_movable_object() function
778 non_movable_object(non_movable_object&&);
779 non_movable_object& operator=(non_movable_object&&);
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dharness_allocator.h775 class non_movable_object {
776 non_movable_object() {} in non_movable_object() function
778 non_movable_object(non_movable_object&&);
779 non_movable_object& operator=(non_movable_object&&);