Home
last modified time | relevance | path

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

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder.cc219 data_for_add_and_run_.Init(&instructions_and_sizes_); in UpdateInterleavedSectionPointers()
270 DeltaWindowSection data_for_add_and_run_; member in open_vcdiff::VCDiffDeltaFileWindow
973 data_for_add_and_run_.Invalidate(); in Reset()
1012 data_for_add_and_run_.Init(header_parser->UnparsedData(), in SetUpWindowSections()
1014 instructions_and_sizes_.Init(data_for_add_and_run_.End(), in SetUpWindowSections()
1130 if (size > data_for_add_and_run_.UnparsedSize()) { in DecodeAdd()
1134 CopyBytes(data_for_add_and_run_.UnparsedData(), size); in DecodeAdd()
1135 data_for_add_and_run_.Advance(size); in DecodeAdd()
1140 if (data_for_add_and_run_.Empty()) { in DecodeRun()
1144 RunByte(*data_for_add_and_run_.UnparsedData(), size); in DecodeRun()
[all …]
Dencodetable.cc95 data_for_add_and_run_ = &instructions_and_sizes_; in InitSectionPointers()
98 data_for_add_and_run_ = &separate_data_for_add_and_run_; in InitSectionPointers()
244 data_for_add_and_run_->append(data, size); in Add()
275 data_for_add_and_run_->push_back(byte); in Run()
Dencodetable.h172 string *data_for_add_and_run_; variable
/external/open-vcdiff/src/
Dvcdecoder.cc219 data_for_add_and_run_.Init(&instructions_and_sizes_); in UpdateInterleavedSectionPointers()
270 DeltaWindowSection data_for_add_and_run_; member in open_vcdiff::VCDiffDeltaFileWindow
973 data_for_add_and_run_.Invalidate(); in Reset()
1012 data_for_add_and_run_.Init(header_parser->UnparsedData(), in SetUpWindowSections()
1014 instructions_and_sizes_.Init(data_for_add_and_run_.End(), in SetUpWindowSections()
1130 if (size > data_for_add_and_run_.UnparsedSize()) { in DecodeAdd()
1134 CopyBytes(data_for_add_and_run_.UnparsedData(), size); in DecodeAdd()
1135 data_for_add_and_run_.Advance(size); in DecodeAdd()
1140 if (data_for_add_and_run_.Empty()) { in DecodeRun()
1144 RunByte(*data_for_add_and_run_.UnparsedData(), size); in DecodeRun()
[all …]
Dencodetable.cc95 data_for_add_and_run_ = &instructions_and_sizes_; in InitSectionPointers()
98 data_for_add_and_run_ = &separate_data_for_add_and_run_; in InitSectionPointers()
244 data_for_add_and_run_->append(data, size); in Add()
275 data_for_add_and_run_->push_back(byte); in Run()
Dencodetable.h172 string *data_for_add_and_run_; variable
/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder.cc226 data_for_add_and_run_.Init(&instructions_and_sizes_); in UpdateInterleavedSectionPointers()
277 DeltaWindowSection data_for_add_and_run_; member in open_vcdiff::VCDiffDeltaFileWindow
970 data_for_add_and_run_.Invalidate(); in Reset()
1009 data_for_add_and_run_.Init(header_parser->UnparsedData(), in SetUpWindowSections()
1011 instructions_and_sizes_.Init(data_for_add_and_run_.End(), in SetUpWindowSections()
1123 if (size > data_for_add_and_run_.UnparsedSize()) { in DecodeAdd()
1127 CopyBytes(data_for_add_and_run_.UnparsedData(), size); in DecodeAdd()
1128 data_for_add_and_run_.Advance(size); in DecodeAdd()
1133 if (data_for_add_and_run_.Empty()) { in DecodeRun()
1137 RunByte(*data_for_add_and_run_.UnparsedData(), size); in DecodeRun()
[all …]
Dencodetable.cc79 data_for_add_and_run_ = &instructions_and_sizes_; in InitSectionPointers()
82 data_for_add_and_run_ = &separate_data_for_add_and_run_; in InitSectionPointers()
212 data_for_add_and_run_->append(data, size); in Add()
247 data_for_add_and_run_->push_back(byte); in Run()
Dencodetable.h171 string *data_for_add_and_run_; variable