Searched defs:stubFunction (Results 1 – 1 of 1) sorted by relevance
30 struct stubFunction<R (*)(Args...)> { struct31 static constexpr R invoke(Args...) { return WIFI_ERROR_NOT_SUPPORTED; } in invoke()34 struct stubFunction<void (*)(Args...)> { struct35 static constexpr void invoke(Args...) {} in invoke()