Home | History | Annotate | Download | only in src

Lines Matching refs:create_histogram_function_

40     create_histogram_function_ = f;
73 if (!create_histogram_function_) return NULL;
74 return create_histogram_function_(name, min, max, buckets);
88 CreateHistogramCallback create_histogram_function_;