OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeltaWindowSection
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
headerparser.h
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&)
[
all
...]
vcdecoder.cc
276
DeltaWindowSection
instructions_and_sizes_;
277
DeltaWindowSection
data_for_add_and_run_;
278
DeltaWindowSection
addresses_for_copy_;
[
all
...]
Completed in 1043 milliseconds