Searched refs:function_type (Results 1 – 4 of 4) sorted by relevance
340 using function_type = function<std::decay_t<T>>; variable341 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,345 auto f = new (p)function_type;
171 using function_type = function<std::decay_t<T>>;172 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,176 auto f = new (p) function_type(916 using function_type = Function<std::decay_t<T>>;918 auto f = new (p)function_type;2374 using function_type = Function<std::decay_t<T>>;2376 auto f = new (p)function_type;
175 using function_type = function<std::decay_t<T>>;176 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,180 auto f = new (p) function_type(922 using function_type = Function<std::decay_t<T>>;924 auto f = new (p)function_type;2380 using function_type = Function<std::decay_t<T>>;2382 auto f = new (p)function_type;
1492 using function_type = function<std::decay_t<T>>;1493 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,1497 auto f = new (p) function_type(