Searched defs:ParseableChunk (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h31 // Because no virtual destructor is defined for ParseableChunk, a pointer to
32 // a child class of ParseableChunk must be destroyed using its specific type,
33 // rather than as a ParseableChunk*.
34 class ParseableChunk { class in namespace:open_vcdiff
36 ParseableChunk(const char* data_start, size_t data_size) { function in class:open_vcdiff::ParseableChunk
93 ParseableChunk(const ParseableChunk&);
94 void operator=(const ParseableChunk&);
108 // ParseableChunk object) is added.
119 // Reuse the already-allocated ParseableChunk objec
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h31 // Because no virtual destructor is defined for ParseableChunk, a pointer to
32 // a child class of ParseableChunk must be destroyed using its specific type,
33 // rather than as a ParseableChunk*.
34 class ParseableChunk { class in namespace:open_vcdiff
36 ParseableChunk(const char* data_start, size_t data_size) { function in class:open_vcdiff::ParseableChunk
93 ParseableChunk(const ParseableChunk&);
94 void operator=(const ParseableChunk&);
108 // ParseableChunk object) is added.
119 // Reuse the already-allocated ParseableChunk objec
[all...]
/external/open-vcdiff/src/
H A Dheaderparser.h31 // Because no virtual destructor is defined for ParseableChunk, a pointer to
32 // a child class of ParseableChunk must be destroyed using its specific type,
33 // rather than as a ParseableChunk*.
34 class ParseableChunk { class in namespace:open_vcdiff
36 ParseableChunk(const char* data_start, size_t data_size) { function in class:open_vcdiff::ParseableChunk
93 ParseableChunk(const ParseableChunk&);
94 void operator=(const ParseableChunk&);
108 // ParseableChunk object) is added.
119 // Reuse the already-allocated ParseableChunk objec
[all...]

Completed in 301 milliseconds