Home
last modified time | relevance | path

Searched defs:coro2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dfullexpr-dtor.pass.cpp46 struct coro2 { struct
50 coro2 get_return_object() { return{}; } in get_return_object() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/end.to.end/
H A Dfullexpr-dtor.pass.cpp36 struct coro2 { struct
40 coro2 get_return_object() { return {}; } in get_return_object() argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_taskgroups.py734 async def coro2(g): function
Dtest_locks.py1439 async def coro2(): function
Dtest_tasks.py1178 async def coro2(): function
1794 async def coro2(loop): function
Dtest_events.py281 async def coro2(): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_coroutines.py1136 async def coro2(): function