Home
last modified time | relevance | path

Searched refs:HType (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
Dresume.pass.cpp56 using HType = coro::coroutine_handle<Promise>; in do_test() typedef
63 static_assert(has_resume<HType&>(), ""); in do_test()
64 static_assert(has_resume<HType&&>(), ""); in do_test()
65 static_assert(has_call_operator<HType&>(), ""); in do_test()
66 static_assert(has_call_operator<HType&&>(), ""); in do_test()
69 static_assert(!has_resume<HType const&>(), ""); in do_test()
70 static_assert(!has_resume<HType const&&>(), ""); in do_test()
71 static_assert(!has_call_operator<HType const&>(), ""); in do_test()
72 static_assert(!has_call_operator<HType const&&>(), ""); in do_test()
Ddestroy.pass.cpp43 using HType = coro::coroutine_handle<Promise>; in do_test() typedef
48 static_assert(has_destroy<HType&>(), ""); in do_test()
49 static_assert(has_destroy<HType&&>(), ""); in do_test()
52 static_assert(!has_destroy<HType const&>(), ""); in do_test()
53 static_assert(!has_destroy<HType const&&>(), ""); in do_test()
/external/v8/
DChangeLog41196 Add proper support for proxies to HType (Chromium issue 448730).