Home
last modified time | relevance | path

Searched refs:ParsedSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dheaderparser.h50 size_t ParsedSize() const { in ParsedSize() function
148 size_t ParsedSize() const { in ParsedSize() function
149 return parseable_chunk_->ParsedSize(); in ParsedSize()
340 size_t ParsedSize() const { in ParsedSize() function
341 return parseable_chunk_.ParsedSize(); in ParsedSize()
Dvcdecoder.cc779 return static_cast<int>(header_parser.ParsedSize()); in InitCustomCodeTable()
1093 parseable_chunk->Advance(header_parser.ParsedSize()); in ReadHeader()
1101 size_t bytes_parsed = instructions_and_sizes_.ParsedSize(); in UpdateInstructionPointer()
/external/open-vcdiff/src/
Dheaderparser.h50 size_t ParsedSize() const { in ParsedSize() function
148 size_t ParsedSize() const { in ParsedSize() function
149 return parseable_chunk_->ParsedSize(); in ParsedSize()
340 size_t ParsedSize() const { in ParsedSize() function
341 return parseable_chunk_.ParsedSize(); in ParsedSize()
Dvcdecoder.cc779 return static_cast<int>(header_parser.ParsedSize()); in InitCustomCodeTable()
1093 parseable_chunk->Advance(header_parser.ParsedSize()); in ReadHeader()
1101 size_t bytes_parsed = instructions_and_sizes_.ParsedSize(); in UpdateInstructionPointer()
/external/chromium/sdch/open-vcdiff/src/
Dheaderparser.h50 size_t ParsedSize() const { in ParsedSize() function
148 size_t ParsedSize() const { in ParsedSize() function
149 return parseable_chunk_->ParsedSize(); in ParsedSize()
340 size_t ParsedSize() const { in ParsedSize() function
341 return parseable_chunk_.ParsedSize(); in ParsedSize()
Dvcdecoder.cc778 return static_cast<int>(header_parser.ParsedSize()); in InitCustomCodeTable()
1086 parseable_chunk->Advance(header_parser.ParsedSize()); in ReadHeader()
1094 size_t bytes_parsed = instructions_and_sizes_.ParsedSize(); in UpdateInstructionPointer()