Home
last modified time | relevance | path

Searched defs:movable2 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/
Dmake_ready_future_pass.cpp59 struct movable2 struct
62 BOOST_THREAD_MOVABLE_ONLY(movable2) argument
63 movable2() : value_(1){} in movable2() argument
64 movable2(int i) : value_(i){} in movable2() argument
65 movable2(int i, int j) : value_(i+j){} in movable2() argument
68 movable2(BOOST_RV_REF(movable2) m) in movable2() argument
71 movable2 & operator=(BOOST_THREAD_RV_REF(movable2) m) in operator =() argument
82 movable2 move_return_function2(int i) { in move_return_function2() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/promise/
Demplace_pass.cpp75 struct movable2 struct
78 BOOST_THREAD_MOVABLE_ONLY(movable2) argument
79 movable2() : value_(1){} in movable2() function
80 movable2(int i) : value_(i){} in movable2() function
81 movable2(int i, int j) : value_(i+j){} in movable2() function
84 movable2(BOOST_RV_REF(movable2) m) in movable2() argument
87 movable2 & operator=(BOOST_THREAD_RV_REF(movable2) m) in operator =() argument
98 movable2 move_return_function2(int i) { in move_return_function2() argument
Dset_rvalue_pass.cpp67 struct movable2 struct
70 BOOST_THREAD_MOVABLE_ONLY(movable2) argument
71 movable2() : value_(1){} in movable2() argument
72 movable2(int i) : value_(i){} in movable2() function
75 movable2(BOOST_RV_REF(movable2) m) in movable2() function
78 movable2 & operator=(BOOST_THREAD_RV_REF(movable2) m) in operator =() argument
89 movable2 move_return_function2(int i) { in move_return_function2() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/
Dminimal.hpp177 class movable2 class
180 movable2(constructor_param const&) {} in movable2() function in test::minimal::movable2
181 explicit movable2(movable_init) {} in movable2() function in test::minimal::movable2
182 movable2(movable2&&) {} in movable2() argument
184 movable2& operator=(movable2&&) { return *this; } in operator =() argument
188 movable2() {} in movable2() function in test::minimal::movable2
193 typedef movable1 movable2; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dcompile_set.cpp227 test::minimal::movable2 movable2(x); in UNORDERED_AUTO_TEST() local