Home
last modified time | relevance | path

Searched refs:RunByte (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder.cc240 void RunByte(unsigned char byte, size_t size);
1125 inline void VCDiffDeltaFileWindow::RunByte(unsigned char byte, size_t size) { in RunByte() function in open_vcdiff::VCDiffDeltaFileWindow
1144 RunByte(*data_for_add_and_run_.UnparsedData(), size); in DecodeRun()
/external/open-vcdiff/src/
Dvcdecoder.cc240 void RunByte(unsigned char byte, size_t size);
1125 inline void VCDiffDeltaFileWindow::RunByte(unsigned char byte, size_t size) { in RunByte() function in open_vcdiff::VCDiffDeltaFileWindow
1144 RunByte(*data_for_add_and_run_.UnparsedData(), size); in DecodeRun()
/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder.cc247 void RunByte(unsigned char byte, size_t size);
1118 inline void VCDiffDeltaFileWindow::RunByte(unsigned char byte, size_t size) { in RunByte() function in open_vcdiff::VCDiffDeltaFileWindow
1137 RunByte(*data_for_add_and_run_.UnparsedData(), size); in DecodeRun()