Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace_perftest.cc27 enum class HandlerFunctionSelector { OnAllocation, OnFree }; enum
32 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 …]