Searched defs:movable2 (Results 1 – 5 of 5) sorted by relevance
59 struct movable2 struct62 BOOST_THREAD_MOVABLE_ONLY(movable2) argument63 movable2() : value_(1){} in movable2() argument64 movable2(int i) : value_(i){} in movable2() argument65 movable2(int i, int j) : value_(i+j){} in movable2() argument68 movable2(BOOST_RV_REF(movable2) m) in movable2() argument71 movable2 & operator=(BOOST_THREAD_RV_REF(movable2) m) in operator =() argument82 movable2 move_return_function2(int i) { in move_return_function2() argument
75 struct movable2 struct78 BOOST_THREAD_MOVABLE_ONLY(movable2) argument79 movable2() : value_(1){} in movable2() function80 movable2(int i) : value_(i){} in movable2() function81 movable2(int i, int j) : value_(i+j){} in movable2() function84 movable2(BOOST_RV_REF(movable2) m) in movable2() argument87 movable2 & operator=(BOOST_THREAD_RV_REF(movable2) m) in operator =() argument98 movable2 move_return_function2(int i) { in move_return_function2() argument
67 struct movable2 struct70 BOOST_THREAD_MOVABLE_ONLY(movable2) argument71 movable2() : value_(1){} in movable2() argument72 movable2(int i) : value_(i){} in movable2() function75 movable2(BOOST_RV_REF(movable2) m) in movable2() function78 movable2 & operator=(BOOST_THREAD_RV_REF(movable2) m) in operator =() argument89 movable2 move_return_function2(int i) { in move_return_function2() argument
177 class movable2 class180 movable2(constructor_param const&) {} in movable2() function in test::minimal::movable2181 explicit movable2(movable_init) {} in movable2() function in test::minimal::movable2182 movable2(movable2&&) {} in movable2() argument184 movable2& operator=(movable2&&) { return *this; } in operator =() argument188 movable2() {} in movable2() function in test::minimal::movable2193 typedef movable1 movable2; typedef
227 test::minimal::movable2 movable2(x); in UNORDERED_AUTO_TEST() local