Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h269 ObjectCaster object_cast; member
280 decltype(std::__invoke(ptr, object_cast(object))) in runTestImp()
283 CallRet ret = std::__invoke(ptr, object_cast(object)); in runTestImp()
289 decltype(std::__invoke_constexpr(ptr, object_cast(object))) in runTestImp()
292 CallRet ret = std::__invoke_constexpr(ptr, object_cast(object)); in runTestImp()
302 decltype(std::__invoke(ptr, object_cast(object), arg_cast(a0))) in runTestImp()
305 CallRet ret = std::__invoke(ptr, object_cast(object), arg_cast(a0)); in runTestImp()
311 decltype(std::__invoke_constexpr(ptr, object_cast(object), arg_cast(a0))) in runTestImp()
314 CallRet ret = std::__invoke_constexpr(ptr, object_cast(object), arg_cast(a0)); in runTestImp()
324 decltype(std::__invoke(ptr, object_cast(object), arg_cast(a0), arg_cast(a1))) in runTestImp()
[all …]