Home | History | Annotate | Download | only in content

Lines Matching defs:page_count_

97   int page_count_;
120 page_count_(0),
192 if (page_count_ == 0) {
200 } else if (page_count_ == article_proto->pages_size()) {
206 for (;page_count_ < article_proto->pages_size(); page_count_++) {
207 const DistilledPageProto& page = article_proto->pages(page_count_);
211 page_count_ == article_proto->pages_size()));
220 for (;page_count_ < static_cast<int>(article_update.GetPagesSize());
221 page_count_++) {
223 article_update.GetDistilledPage(page_count_);
224 if (page_count_ == 0) {