Searched refs:DiffEncoder (Results 1 – 4 of 4) sorted by relevance
/external/bsdiff/ |
D | diff_encoder_unittest.cc | 31 diff_encoder_.reset(new DiffEncoder(&fake_patch_, kHelloWorld, in SetUp() 37 std::unique_ptr<DiffEncoder> diff_encoder_; 41 diff_encoder_.reset(new DiffEncoder(&fake_patch_, nullptr, 0, nullptr, 0)); in TEST_F() 52 diff_encoder_.reset(new DiffEncoder(&fake_patch_, nullptr, 0, kHelloWorld, in TEST_F()
|
D | diff_encoder.cc | 22 bool DiffEncoder::Init() { in Init() 26 bool DiffEncoder::AddControlEntry(const ControlEntry& entry) { in AddControlEntry() 80 bool DiffEncoder::Close() { in Close()
|
D | diff_encoder.h | 20 class DiffEncoder { 24 DiffEncoder(PatchWriterInterface* patch, in DiffEncoder() function
|
D | bsdiff.cc | 93 DiffEncoder diff_encoder(patch, old_buf, oldsize, new_buf, newsize); in bsdiff()
|