Searched defs:FunctionImpl (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/include/ | ||
H A D | TimeOutExecutor.h | 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 |
Completed in 2 milliseconds