Searched defs:ToGraphDict (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/base/metrics/ | ||
H A D | dummy_histogram.cc | 112 Value::Dict DummyHistogram::ToGraphDict() const { in ToGraphDict() function in base::DummyHistogram |
H A D | sparse_histogram.cc | 184 base::Value::Dict SparseHistogram::ToGraphDict() const { in ToGraphDict() function in base::SparseHistogram |
H A D | histogram_samples.cc | 352 base::Value::Dict HistogramSamples::ToGraphDict(std::string_view histogram_name, in ToGraphDict() function in base::HistogramSamples |
H A D | sparse_histogram_unittest.cc | 519 TEST_P(SparseHistogramTest, ToGraphDict) { in TEST_P() argument |
H A D | histogram_unittest.cc | 1054 TEST_P(HistogramTest, ToGraphDict) { in TEST_P() argument |
H A D | histogram.cc | 574 base::Value::Dict Histogram::ToGraphDict() const { in ToGraphDict() function in base::Histogram |