Searched defs:coro_t (Results 1 – 8 of 8) sorted by relevance
6 struct coro_t { struct8 ~coro_t(); argument10 coro_t get_return_object(); argument
29 struct coro_t { struct31 coro_t get_return_object() noexcept; argument
11 struct coro_t { struct13 coro_t get_return_object() { in get_return_object() argument
19 struct coro_t { struct21 coro_t get_return_object() { in get_return_object() argument29 coro_t(std::coroutine_handle<promise_type> hh) : h(hh) {} in coro_t() argument46 coro_t f() { in f() argument
16 struct coro_t { struct18 coro_t get_return_object() { in get_return_object() argument
23 struct coro_t { struct25 coro_t get_return_object(); argument
14 struct coro_t { struct16 coro_t get_return_object() { return {}; } in get_return_object() argument
41 struct coro_t { struct43 coro_t get_return_object(); argument