Home | History | Annotate | Download | only in proto

Lines Matching refs:Bucket

38   // The per-bucket data.
39 message Bucket {
40 // Each bucket's range is bounded by min <= x < max.
41 // It is valid to omit one of these two fields in a bucket, but not both.
44 // bucket's min value (possibly computed per above). The last bucket in a
49 // The bucket's index in the list of buckets, sorted in ascending order.
55 // The number of entries in this bucket.
58 repeated Bucket bucket = 3;