Home
last modified time | relevance | path

Searched defs:moveable (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/context/example/fiber/
Djump_mov.cpp14 class moveable { class
18 moveable() : in moveable() function in moveable
22 moveable( int v) : in moveable() function in moveable
26 moveable( moveable && other) { in moveable() function in moveable
/third_party/boost/libs/context/example/callcc/
Djump_mov.cpp14 class moveable { class
18 moveable() : in moveable() function in moveable
22 moveable( int v) : in moveable() function in moveable
26 moveable( moveable && other) { in moveable() function in moveable
/third_party/boost/libs/fiber/test/
Dtest_buffered_channel_dispatch.cpp17 struct moveable { struct
21 moveable() : in moveable() argument
26 moveable( int v) : in moveable() function
31 moveable( moveable && other) : in moveable() function
38 moveable & operator=( moveable && other) { in operator =() argument
Dtest_unbuffered_channel_dispatch.cpp17 struct moveable { struct
21 moveable() : in moveable() argument
26 moveable( int v) : in moveable() function
31 moveable( moveable && other) : in moveable() argument
38 moveable & operator=( moveable && other) { in operator =() argument
Dtest_unbuffered_channel_post.cpp17 struct moveable { struct
21 moveable() : in moveable() argument
26 moveable( int v) : in moveable() function
31 moveable( moveable && other) : in moveable() argument
38 moveable & operator=( moveable && other) { in operator =() argument
Dtest_buffered_channel_post.cpp17 struct moveable { struct
21 moveable() : in moveable() argument
26 moveable( int v) : in moveable() argument
31 moveable( moveable && other) : in moveable() argument
38 moveable & operator=( moveable && other) { in operator =() argument
Dtest_fiber_dispatch.cpp50 class moveable { class
55 moveable() : in moveable() function in moveable
60 moveable( int v) : in moveable() function in moveable
65 moveable( moveable && other) : in moveable() function in moveable
Dtest_fiber_post.cpp50 class moveable { class
55 moveable() : in moveable() function in moveable
60 moveable( int v) : in moveable() function in moveable
65 moveable( moveable && other) : in moveable() function in moveable
/third_party/boost/libs/context/test/
Dtest_fiber.cpp69 class moveable { class
74 moveable() : in moveable() function in moveable
79 moveable( int v) : in moveable() function in moveable
84 moveable( moveable && other) : in moveable() function in moveable
Dtest_callcc.cpp69 class moveable { class
74 moveable() : in moveable() function in moveable
79 moveable( int v) : in moveable() function in moveable
84 moveable( moveable && other) : in moveable() function in moveable
/third_party/boost/libs/hof/test/
Dapply_eval.cpp54 std::unique_ptr<int> moveable(int i) in moveable() function
/third_party/boost/libs/coroutine/test/
Dtest_asymmetric_coroutine.cpp63 class moveable class
71 moveable() : in moveable() function in moveable
75 moveable( int) : in moveable() function in moveable
79 moveable( BOOST_RV_REF( moveable) other) : in moveable() function in moveable
Dtest_symmetric_coroutine.cpp142 class moveable class
150 moveable() : in moveable() function in moveable
154 moveable( int) : in moveable() function in moveable
158 moveable( BOOST_RV_REF( moveable) other) : in moveable() function in moveable
/third_party/boost/libs/coroutine2/test/
Dtest_coroutine.cpp59 class moveable class
64 moveable() : in moveable() function in moveable
68 moveable( int) : in moveable() function in moveable
75 moveable( moveable && other) : in moveable() function in moveable