Home
last modified time | relevance | path

Searched refs:DiffEncoder (Results 1 – 4 of 4) sorted by relevance

/external/bsdiff/
Ddiff_encoder_unittest.cc31 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()
Ddiff_encoder.cc22 bool DiffEncoder::Init() { in Init()
26 bool DiffEncoder::AddControlEntry(const ControlEntry& entry) { in AddControlEntry()
80 bool DiffEncoder::Close() { in Close()
Ddiff_encoder.h20 class DiffEncoder {
24 DiffEncoder(PatchWriterInterface* patch, in DiffEncoder() function
Dbsdiff.cc93 DiffEncoder diff_encoder(patch, old_buf, oldsize, new_buf, newsize); in bsdiff()