Searched refs:block_count_ (Results 1 – 4 of 4) sorted by relevance
333 block_count_++; in GetNextInternal()334 if (block_count_ == dataset()->block_length_) { in GetNextInternal()336 block_count_ = 0; in GetNextInternal()339 block_count_ = 0; in GetNextInternal()358 block_count_ = 0; in GetNextInternal()394 block_count_ = 0; in GetNextInternal()449 writer->WriteScalar(prefix(), kBlockCount, block_count_)); in SaveInternal()494 block_count_ = size_t(temp); in RestoreInternal()1192 size_t block_count_ TF_GUARDED_BY(mu_) = 0;
498 enc->block_count_[0] += (mb->type_ == 0); in StoreSideInfo()499 enc->block_count_[1] += (mb->type_ == 1); in StoreSideInfo()500 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()530 memset(enc->block_count_, 0, sizeof(enc->block_count_)); in ResetSideInfo()
393 int block_count_[3]; member
298 stats->block_count[i] = enc->block_count_[i]; in StoreStats()