Home
last modified time | relevance | path

Searched defs:pull_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/coroutine2/
Dcoroutine.hpp26 using pull_type = detail::pull_coroutine< T >; typedef
/third_party/boost/libs/coroutine2/test/
Dtest_coroutine.cpp469 [&i](coro::coroutine< void >::pull_type &) mutable { in test_unwind()
505 [&msg]( coro::coroutine< void >::pull_type &) { in test_exceptions()
/third_party/boost/libs/coroutine/test/
Dtest_asymmetric_coroutine.cpp174 void f14( coro::asymmetric_coroutine< void >::pull_type &, E const& e) in f14()
/third_party/boost/boost/coroutine/
Dasymmetric_coroutine.hpp2350 typedef pull_coroutine< T > pull_type; typedef
2358 typedef pull_coroutine< T > pull_type; typedef