Home | History | Annotate | Download | only in profile

Lines Matching refs:aggregation_count_

106       aggregation_count_(0) {
115 aggregation_count_(0) {
505 AddUintToBuffer(&buffer, aggregation_count_);
1485 if (!uncompressed_data.ReadUintAndAdvance<uint16_t>(&aggregation_count_)) {
1704 uint16_t amount = other.StoresAggregationCounters() ? other.aggregation_count_ : 1;
1705 aggregation_count_ = IncrementAggregationCounter(aggregation_count_, amount);
1918 if (aggregation_count_ != other.aggregation_count_) {
2191 return aggregation_count_;