Home | History | Annotate | Download | only in bsdiff

Lines Matching refs:patches_

16   if (current_patch_ || patches_.empty())
22 if (expected_patches != patches_.size()) {
25 << " but got " << patches_.size() << " instead.";
29 return patches_[0]->Init(
70 if (current_patch_ >= patches_.size()) {
74 if (!patches_[current_patch_]->Init(std::min(
89 if (!patches_[current_patch_]->AddControlEntry(
120 if (current_patch_ + 1 != patches_.size()) {
127 for (; closed_patches_ < patches_.size(); closed_patches_++) {
128 if (!patches_[closed_patches_]->Close())
140 if (current_patch_ >= patches_.size()) {
149 return patches_[current_patch_]->AddControlEntry(entry);
160 if (!(patches_[i]->*method)(data + written, flush_size))
168 if (!patches_[i]->Close())