Searched refs:DeltaWindowSection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h104 // For that reason, this class allows one DeltaWindowSection to be based on
109 class DeltaWindowSection { class in namespace:open_vcdiff
111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { } function in class:open_vcdiff::DeltaWindowSection
113 ~DeltaWindowSection() {
127 void Init(DeltaWindowSection* original) {
177 // must be deleted by this DeltaWindowSection object. If owned_ is false,
178 // this points at the parseable_chunk_ owned by a different DeltaWindowSection
179 // object. In this case, it is important to free the DeltaWindowSection which
181 // DeltaWindowSection that owns it, or else deleted memory may be accessed.
186 DeltaWindowSection(cons
[all...]
H A Dvcdecoder.cc269 DeltaWindowSection instructions_and_sizes_;
270 DeltaWindowSection data_for_add_and_run_;
271 DeltaWindowSection addresses_for_copy_;

Completed in 128 milliseconds