Searched refs:FunctionImpl (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/include/ | ||
H A D | TimeOutExecutor.h | 54 struct FunctionImpl; 58 struct FunctionImpl<Ret(Args...), std::enable_if_t<TC<Ret, Args...>::value>> { struct in OHOS::TIMEOUTEXECUTOR::BaseExecutor 63 FunctionImpl(CALLABLE& callable) : ptr(&callable) {} in FunctionImpl() function 73 struct FunctionImpl<Ret(Ct::*)(Args...), std::enable_if_t<TC<Ret, Args...>::value>> { struct in OHOS::TIMEOUTEXECUTOR::BaseExecutor 80 FunctionImpl(CALLABLE& callable) : ptr(callable) {} in FunctionImpl() function 88 typedef FunctionImpl<FunctionType> Function; |
Completed in 1 milliseconds