Searched refs:histogram_dict (Results 1 – 1 of 1) sorted by relevance
376 DictionaryValue* histogram_dict = nullptr; in TEST_P() local377 ASSERT_TRUE(histogram_list->GetDictionary(0, &histogram_dict)); in TEST_P()380 ASSERT_TRUE(histogram_dict->GetInteger("count", &sample_count)); in TEST_P()384 ASSERT_TRUE(histogram_dict->GetList("buckets", &buckets_list)); in TEST_P()396 histogram_dict = nullptr; in TEST_P()397 ASSERT_TRUE(histogram_list->GetDictionary(0, &histogram_dict)); in TEST_P()399 ASSERT_TRUE(histogram_dict->GetInteger("count", &sample_count)); in TEST_P()403 ASSERT_FALSE(histogram_dict->GetList("buckets", &buckets_list)); in TEST_P()