Searched defs:stubFunction (Results 1 – 1 of 1) sorted by relevance
29 struct stubFunction<R (*)(Args...)> { struct30 static constexpr R invoke(Args...) { return WIFI_ERROR_NOT_SUPPORTED; } in invoke()33 struct stubFunction<void (*)(Args...)> { struct34 static constexpr void invoke(Args...) {} in invoke()