Searched refs:HandlerFunctionSelector (Results 1 – 1 of 1) sorted by relevance
27 enum class HandlerFunctionSelector { OnAllocation, OnFree }; enum32 template <HandlerFunctionSelector HandlerFunction>38 struct HandlerFunctionExecutor<HandlerFunctionSelector::OnAllocation> {52 struct HandlerFunctionExecutor<HandlerFunctionSelector::OnFree> {64 std::tuple<HandlerFunctionSelector, size_t>> {81 const char* GetHandlerDescriptor(HandlerFunctionSelector handler_function);83 HandlerFunctionSelector handler_function,91 static TestFunction GetTestFunction(HandlerFunctionSelector handler_function);92 template <HandlerFunctionSelector HandlerFunction>100 void PerformTest(HandlerFunctionSelector handler_function,[all …]