Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Drectify_callback_unittest.cc240 using ExampleRepeatingTargetType = RepeatingCallback<bool(double, int)>; typedef
250 void ExampleFunctionRepeatingCallback(ExampleRepeatingTargetType callback) { in ExampleFunctionRepeatingCallback()
262 RectifyCallback<ExampleRepeatingTargetType>(std::forward<T>(callback))); in ExampleFunctionRepeatingCallback()