Home | History | Annotate | Download | only in src

Lines Matching refs:DeltaWindowSection

104 // For that reason, this class allows one DeltaWindowSection to be based on
109 class DeltaWindowSection {
111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { }
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(const DeltaWindowSection&);
187 void operator=(const DeltaWindowSection&);