Searched refs:ParsedSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h50 size_t ParsedSize() const { function in class:open_vcdiff::ParseableChunk
148 size_t ParsedSize() const { function in class:open_vcdiff::DeltaWindowSection
149 return parseable_chunk_->ParsedSize();
340 size_t ParsedSize() const { function in class:open_vcdiff::VCDiffHeaderParser
341 return parseable_chunk_.ParsedSize();
H A Dvcdecoder.cc778 return static_cast<int>(header_parser.ParsedSize());
1086 parseable_chunk->Advance(header_parser.ParsedSize());
1094 size_t bytes_parsed = instructions_and_sizes_.ParsedSize();
/external/open-vcdiff/src/
H A Dheaderparser.h50 size_t ParsedSize() const { function in class:open_vcdiff::ParseableChunk
148 size_t ParsedSize() const { function in class:open_vcdiff::DeltaWindowSection
149 return parseable_chunk_->ParsedSize();
340 size_t ParsedSize() const { function in class:open_vcdiff::VCDiffHeaderParser
341 return parseable_chunk_.ParsedSize();
H A Dvcdecoder.cc779 return static_cast<int>(header_parser.ParsedSize());
1093 parseable_chunk->Advance(header_parser.ParsedSize());
1101 size_t bytes_parsed = instructions_and_sizes_.ParsedSize();

Completed in 87 milliseconds