HomeSort by relevance Sort by last modified time
    Searched refs:ParseableChunk (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 31 // Because no virtual destructor is defined for ParseableChunk, a pointer to
32 // a child class of ParseableChunk must be destroyed using its specific type,
33 // rather than as a ParseableChunk*.
34 class ParseableChunk {
36 ParseableChunk(const char* data_start, size_t data_size) {
93 ParseableChunk(const ParseableChunk&);
94 void operator=(const ParseableChunk&);
108 // ParseableChunk object) is added.
119 // Reuse the already-allocated ParseableChunk object
    [all...]
vcdecoder.cc 76 // ParseableChunk parseable_chunk(input_buffer,
126 VCDiffResult DecodeWindows(ParseableChunk* parseable_chunk);
164 VCDiffResult ReadHeader(ParseableChunk* parseable_chunk);
196 int DecodeBody(ParseableChunk* parseable_chunk);
253 void UpdateInstructionPointer(ParseableChunk* parseable_chunk);
497 VCDiffResult ReadDeltaFileHeader(ParseableChunk* data);
523 VCDiffResult ReadCustomCodeTable(ParseableChunk* data);
678 ParseableChunk* data) {
    [all...]
headerparser.cc 24 // *** Methods for ParseableChunk
26 void ParseableChunk::Advance(size_t number_of_bytes) {
37 void ParseableChunk::SetPosition(const char* position) {
53 void ParseableChunk::FinishExcept(size_t number_of_bytes) {

Completed in 1907 milliseconds