Lines Matching refs:function_ref
36 function_ref<bool(const BaseStorage *)> isEqual;
98 function_ref<BaseStorage *(StorageAllocator &)> ctorFn) { in getOrCreateUnsafe()
119 ParametricStorageUniquer(function_ref<void(BaseStorage *)> destructorFn, in ParametricStorageUniquer()
140 function_ref<bool(const BaseStorage *)> isEqual, in getOrCreate()
141 function_ref<BaseStorage *(StorageAllocator &)> ctorFn) { in getOrCreate()
170 function_ref<LogicalResult(StorageAllocator &)> mutationFn) { in mutate()
225 function_ref<void(BaseStorage *)> destructorFn;
231 ParametricStorageUniquer(function_ref<void(BaseStorage *)> destructorFn,
239 function_ref<bool(const BaseStorage *)> isEqual,
240 function_ref<BaseStorage *(StorageAllocator &)> ctorFn) {
248 function_ref<LogicalResult(StorageAllocator &)> mutationFn) {
257 function_ref<void(BaseStorage *)> destructorFn;
279 function_ref<bool(const BaseStorage *)> isEqual, in getOrCreate()
280 function_ref<BaseStorage *(StorageAllocator &)> ctorFn) { in getOrCreate()
292 function_ref<LogicalResult(StorageAllocator &)> mutationFn) { in mutate()
346 function_ref<bool(const BaseStorage *)> isEqual, in getParametricStorageTypeImpl()
347 function_ref<BaseStorage *(StorageAllocator &)> ctorFn) -> BaseStorage * { in getParametricStorageTypeImpl()
354 TypeID id, function_ref<void(BaseStorage *)> destructorFn) { in registerParametricStorageTypeImpl()
378 TypeID id, function_ref<BaseStorage *(StorageAllocator &)> ctorFn) { in registerSingletonImpl()
387 function_ref<LogicalResult(StorageAllocator &)> mutationFn) { in mutateImpl()