OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeltaWindowSection
(Results
1 - 3
of
3
) 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
...]
/external/chromium_org/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
...]
/external/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
...]
Completed in 30 milliseconds