Searched refs:bucket_value (Results 1 – 1 of 1) sorted by relevance
800 std::unique_ptr<DictionaryValue> bucket_value(new DictionaryValue()); in GetCountAndBucketData() local801 bucket_value->SetInteger("low", ranges(i)); in GetCountAndBucketData()803 bucket_value->SetInteger("high", ranges(i + 1)); in GetCountAndBucketData()804 bucket_value->SetInteger("count", count_at_index); in GetCountAndBucketData()805 buckets->Set(index, std::move(bucket_value)); in GetCountAndBucketData()