Searched defs:AddChecksum (Results 1 - 5 of 5) sorted by relevance

/external/open-vcdiff/src/
H A Djsonwriter.h62 virtual void AddChecksum(VCDChecksum) { } function in class:open_vcdiff::JSONCodeTableWriter
H A Dencodetable.h35 // {{Add|Copy|Run}* [AddChecksum] Output}*
102 virtual void AddChecksum(VCDChecksum checksum) { function in class:open_vcdiff::VCDiffCodeTableWriter
224 // the checksum all at once and to call AddChecksum() with that value.
H A Dvcdecoder_test.cc85 void VCDiffDecoderTest::AddChecksum(VCDChecksum checksum) { function in class:open_vcdiff::VCDiffDecoderTest
97 AddChecksum(ComputeAdler32(expected_target_.data(),
/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable.h36 // {{Add|Copy|Run}* [AddChecksum] Output}*
97 void AddChecksum(VCDChecksum checksum) { function in class:open_vcdiff::VCDiffCodeTableWriter
223 // the checksum all at once and to call AddChecksum() with that value.
H A Dvcdecoder_test.cc85 void VCDiffDecoderTest::AddChecksum(VCDChecksum checksum) { function in class:open_vcdiff::VCDiffDecoderTest
97 AddChecksum(ComputeAdler32(expected_target_.data(),

Completed in 74 milliseconds