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/ |
D | resume.pass.cpp | 56 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()
|
D | destroy.pass.cpp | 43 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/ |
D | ChangeLog | 41196 Add proper support for proxies to HType (Chromium issue 448730).
|