Searched refs:histogram_value (Results 1 – 8 of 8) sorted by relevance
48 FactoryEntry(factory, T::histogram_value()); in RegisterFunction()56 extensions::functions::HistogramValue histogram_value);
62 extensions::functions::HistogramValue histogram_value) in FactoryEntry() argument63 : factory_(factory), histogram_value_(histogram_value) {} in FactoryEntry()
77 public: static extensions::functions::HistogramValue histogram_value() \239 extensions::functions::HistogramValue histogram_value) { in set_histogram_value() argument240 histogram_value_ = histogram_value; } in set_histogram_value()241 extensions::functions::HistogramValue histogram_value() const { in histogram_value() function
278 function->histogram_value()); in DispatchOnIOThread()391 function->histogram_value()); in DispatchWithCallbackInternal()
101 int histogram_value = ModelTypeToHistogramInt(it.Get()); in TEST_F() local103 EXPECT_TRUE(histogram_values.insert(histogram_value).second) in TEST_F()110 EXPECT_LT(histogram_value, MODEL_TYPE_COUNT); in TEST_F()
103 histogram_value = r'[^;]*'111 whitespace + histogram_value + r',' + whitespace + histogram_max +
55 int histogram_value; member129 EXPECT_EQ(bucket.count, samples.GetCount(bucket.histogram_value)); in ValidateSparseHistogramSamples()
173 int histogram_value = in EndGetAccessToken() local176 histogram_value); in EndGetAccessToken()