Searched defs:DispatcherImpl (Results 1 – 2 of 2) sorted by relevance
67 struct DispatcherImpl { struct68 using AllObservers = std::index_sequence_for<ObserverTypes...>;74 static DispatchData GetNotificationHooks( in GetNotificationHooks()84 static DispatchData CreateDispatchData() { in CreateDispatchData()97 static void PartitionAllocatorAllocationHook( in PartitionAllocatorAllocationHook()112 static void PartitionAllocatorFreeHook( in PartitionAllocatorFreeHook()128 static void* AllocFn(const AllocatorDispatch* self, in AllocFn()138 static void* AllocUncheckedFn(const AllocatorDispatch* self, in AllocUncheckedFn()149 static void* AllocZeroInitializedFn(const AllocatorDispatch* self, in AllocZeroInitializedFn()161 static void* AllocAlignedFn(const AllocatorDispatch* self, in AllocAlignedFn()[all …]
1023 private static class DispatcherImpl extends Dispatcher { class in DownloaderTest