Searched refs:ExampleOnceTargetType (Results 1 – 1 of 1) sorted by relevance
241 using ExampleOnceTargetType = OnceCallback<bool(double, int)>; typedef267 void ExampleFunctionOnceCallback(ExampleOnceTargetType callback) { in ExampleFunctionOnceCallback()279 RectifyCallback<ExampleOnceTargetType>(std::forward<T>(callback))); in ExampleFunctionOnceCallback()