Searched defs:coro_t (Results 1 – 10 of 10) sorted by relevance
8 struct coro_t { struct10 ~coro_t(); argument12 coro_t get_return_object(); argument
29 struct coro_t { struct31 coro_t get_return_object() noexcept; argument
13 struct coro_t { struct15 coro_t get_return_object() { in get_return_object() argument
21 struct coro_t { struct23 coro_t get_return_object() { in get_return_object() argument31 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument48 coro_t f() { in f() argument
18 struct coro_t { struct20 coro_t get_return_object() { in get_return_object() argument
22 struct coro_t { struct24 coro_t get_return_object() { in get_return_object() argument32 coro_t(coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument49 coro_t f() { in f() argument
19 struct coro_t { struct21 coro_t get_return_object() { in get_return_object() argument
23 struct coro_t { struct25 coro_t get_return_object(); argument
15 struct coro_t { struct17 coro_t get_return_object() { return {}; } in get_return_object() argument
49 struct coro_t { struct51 coro_t get_return_object(); argument