Searched refs:DecodeWindow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc80 // switch (delta_window_.DecodeWindow(&parseable_chunk)) {
82 // <Read more input and retry DecodeWindow later.>
88 // DecodeWindow consumes only a single window, and needs to be placed within
97 // VCDiffDeltaFileWindow(). It must be called before DecodeWindow() can be
119 VCDiffResult DecodeWindow(ParseableChunk* parseable_chunk);
875 result = delta_window_.DecodeWindow(&parseable_chunk);
1313 VCDiffResult VCDiffDeltaFileWindow::DecodeWindow( function in class:open_vcdiff::VCDiffDeltaFileWindow
1316 VCD_DFATAL << "Internal error: VCDiffDeltaFileWindow::DecodeWindow() "
/external/open-vcdiff/src/
H A Dvcdecoder.cc80 // switch (delta_window_.DecodeWindow(&parseable_chunk)) {
82 // <Read more input and retry DecodeWindow later.>
88 // DecodeWindow consumes only a single window, and needs to be placed within
97 // VCDiffDeltaFileWindow(). It must be called before DecodeWindow() can be
119 VCDiffResult DecodeWindow(ParseableChunk* parseable_chunk);
875 result = delta_window_.DecodeWindow(&parseable_chunk);
1313 VCDiffResult VCDiffDeltaFileWindow::DecodeWindow( function in class:open_vcdiff::VCDiffDeltaFileWindow
1316 VCD_DFATAL << "Internal error: VCDiffDeltaFileWindow::DecodeWindow() "

Completed in 63 milliseconds