Searched refs:UnparsedSize (Results 1 – 9 of 9) sorted by relevance
45 size_t UnparsedSize() const { in UnparsedSize() function54 bool Empty() const { return 0 == UnparsedSize(); } in Empty()144 size_t UnparsedSize() const { in UnparsedSize() function145 return parseable_chunk_->UnparsedSize(); in UnparsedSize()336 size_t UnparsedSize() const { in UnparsedSize() function337 return parseable_chunk_.UnparsedSize(); in UnparsedSize()
27 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()
683 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()
27 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()
682 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()