Lines Matching refs:End
112 // the end of input was reached before the entire window could be decoded and
151 // RESULT_ERROR if an error occurred, or RESULT_END_OF_DATA if the end of
183 // non-negative value on success, or RESULT_END_OF_DATA if the end of input
213 // Don't read past the end of currently-available data
449 // data after the end of the delta file.
481 // occurred, or RESULT_END_OF_DATA if the end of available data was reached
495 // error occurred, or RESULT_END_OF_DATA if the end of available data was
506 // error occurs, or RESULT_END_OF_DATA if the end of available data was
532 // DecodeChunk() reaches the end of its input and returns RESULT_END_OF_DATA.
666 // if an error occurred, and RESULT_END_OF_DATA if the end of available data was
729 data->End());
1001 header_parser->End());
1005 // the current window is available, then report end of data
1014 instructions_and_sizes_.Init(data_for_add_and_run_.End(),
1016 addresses_for_copy_.Init(instructions_and_sizes_.End(), addresses_length);
1017 if (addresses_for_copy_.End() != header_parser->EndOfDeltaWindow()) {
1018 VCD_ERROR << "The end of the instructions section "
1019 "does not match the end of the delta window" << VCD_ENDL;
1024 instructions_and_sizes_.End());
1051 parseable_chunk->End());
1160 addresses_for_copy_.End());
1303 // Reached the end of the window. Update the ParseableChunk to point to the
1304 // end of the addresses section, which is the last section in the window.
1305 parseable_chunk->SetPosition(addresses_for_copy_.End());
1343 parseable_chunk->End());
1345 instructions_and_sizes_.End());
1352 VCD_ERROR << "End of data reached while decoding VCDIFF delta file"