Searched refs:CreateHistogramCallback (Results 1 – 5 of 5) sorted by relevance
44 void SetCreateHistogramFunction(CreateHistogramCallback f) { in SetCreateHistogramFunction()90 CreateHistogramCallback create_histogram_function_;498 void ResetCreateHistogramFunction(CreateHistogramCallback f);
269 void Counters::ResetCreateHistogramFunction(CreateHistogramCallback f) { in ResetCreateHistogramFunction()
210 using CreateHistogramCallback = void* (*)(const char* name, int min, int max, variable
243 CreateHistogramCallback create_histogram_callback = nullptr;1281 void SetCreateHistogramFunction(CreateHistogramCallback);
9175 void Isolate::SetCreateHistogramFunction(CreateHistogramCallback callback) { in SetCreateHistogramFunction()