Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp46 struct coro2 { struct
50 coro2 get_return_object() { return{}; } in get_return_object() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp37 struct coro2 { struct
41 coro2 get_return_object() { return {}; } in get_return_object() argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1374 async def coro2(): function
2069 async def coro2(loop): function
3797 def coro2(): function
Dtest_events.py280 async def coro2(): function
/external/python/cpython3/Lib/test/
Dtest_coroutines.py1117 async def coro2(): function