Home
last modified time | relevance | path

Searched refs:ExampleOnceTargetType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/test/
H A Drectify_callback_unittest.cc241 using ExampleOnceTargetType = OnceCallback<bool(double, int)>; typedef
267 void ExampleFunctionOnceCallback(ExampleOnceTargetType callback) { in ExampleFunctionOnceCallback()
279 RectifyCallback<ExampleOnceTargetType>(std::forward<T>(callback))); in ExampleFunctionOnceCallback()