Home
last modified time | relevance | path

Searched refs:UnparsedSize (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dheaderparser.h45 size_t UnparsedSize() const { in UnparsedSize() function
54 bool Empty() const { return 0 == UnparsedSize(); } in Empty()
144 size_t UnparsedSize() const { in UnparsedSize() function
145 return parseable_chunk_->UnparsedSize(); in UnparsedSize()
336 size_t UnparsedSize() const { in UnparsedSize() function
337 return parseable_chunk_.UnparsedSize(); in UnparsedSize()
Dheaderparser.cc27 if (number_of_bytes > UnparsedSize()) { in Advance()
29 << " bytes, current unparsed size " << UnparsedSize() in Advance()
54 if (number_of_bytes > UnparsedSize()) { in FinishExcept()
57 << UnparsedSize() << VCD_ENDL; in FinishExcept()
Dvcdecoder.cc683 size_t data_size = data->UnparsedSize(); in ReadDeltaFileHeader()
794 data->UnparsedSize(), in ReadCustomCodeTable()
896 parseable_chunk.UnparsedSize()); in DecodeChunk()
1007 if (header_parser->UnparsedSize() < (add_and_run_data_length + in SetUpWindowSections()
1130 if (size > data_for_add_and_run_.UnparsedSize()) { in DecodeAdd()
/external/open-vcdiff/src/
Dheaderparser.h45 size_t UnparsedSize() const { in UnparsedSize() function
54 bool Empty() const { return 0 == UnparsedSize(); } in Empty()
144 size_t UnparsedSize() const { in UnparsedSize() function
145 return parseable_chunk_->UnparsedSize(); in UnparsedSize()
336 size_t UnparsedSize() const { in UnparsedSize() function
337 return parseable_chunk_.UnparsedSize(); in UnparsedSize()
Dheaderparser.cc27 if (number_of_bytes > UnparsedSize()) { in Advance()
29 << " bytes, current unparsed size " << UnparsedSize() in Advance()
54 if (number_of_bytes > UnparsedSize()) { in FinishExcept()
57 << UnparsedSize() << VCD_ENDL; in FinishExcept()
Dvcdecoder.cc683 size_t data_size = data->UnparsedSize(); in ReadDeltaFileHeader()
794 data->UnparsedSize(), in ReadCustomCodeTable()
896 parseable_chunk.UnparsedSize()); in DecodeChunk()
1007 if (header_parser->UnparsedSize() < (add_and_run_data_length + in SetUpWindowSections()
1130 if (size > data_for_add_and_run_.UnparsedSize()) { in DecodeAdd()
/external/chromium/sdch/open-vcdiff/src/
Dheaderparser.h45 size_t UnparsedSize() const { in UnparsedSize() function
54 bool Empty() const { return 0 == UnparsedSize(); } in Empty()
144 size_t UnparsedSize() const { in UnparsedSize() function
145 return parseable_chunk_->UnparsedSize(); in UnparsedSize()
336 size_t UnparsedSize() const { in UnparsedSize() function
337 return parseable_chunk_.UnparsedSize(); in UnparsedSize()
Dheaderparser.cc27 if (number_of_bytes > UnparsedSize()) { in Advance()
29 << " bytes, current unparsed size " << UnparsedSize() in Advance()
54 if (number_of_bytes > UnparsedSize()) { in FinishExcept()
57 << UnparsedSize() << LOG_ENDL; in FinishExcept()
Dvcdecoder.cc682 size_t data_size = data->UnparsedSize(); in ReadDeltaFileHeader()
793 data->UnparsedSize(), in ReadCustomCodeTable()
887 parseable_chunk.UnparsedSize()); in DecodeChunk()
1004 if (header_parser->UnparsedSize() < (add_and_run_data_length + in SetUpWindowSections()
1123 if (size > data_for_add_and_run_.UnparsedSize()) { in DecodeAdd()