Searched defs:AddControlEntry (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/bsdiff/ | ||
H A D | diff_encoder.cc | 26 bool DiffEncoder::AddControlEntry(const ControlEntry& entry) { in AddControlEntry() function in bsdiff::DiffEncoder |
H A D | fake_patch_writer.h | 30 bool AddControlEntry(const ControlEntry& entry) override { in AddControlEntry() function |
H A D | split_patch_writer.cc | 43 bool SplitPatchWriter::AddControlEntry(const ControlEntry& entry) { in AddControlEntry() function in bsdiff::SplitPatchWriter |
H A D | endsley_patch_writer.cc | 99 bool EndsleyPatchWriter::AddControlEntry(const ControlEntry& entry) { in AddControlEntry() function in bsdiff::EndsleyPatchWriter |
H A D | patch_writer.cc | 111 bool BsdiffPatchWriter::AddControlEntry(const ControlEntry& entry) { in AddControlEntry() function in bsdiff::BsdiffPatchWriter |