HomeSort by relevance Sort by last modified time
    Searched defs:ParseableChunk (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 31 // 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 {
36 ParseableChunk(const char* data_start, size_t data_size) {
93 ParseableChunk(const ParseableChunk&);
94 void operator=(const ParseableChunk&);
108 // ParseableChunk object) is added.
119 // Reuse the already-allocated ParseableChunk object
    [all...]
  /external/open-vcdiff/src/
headerparser.h 31 // 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 {
36 ParseableChunk(const char* data_start, size_t data_size) {
93 ParseableChunk(const ParseableChunk&);
94 void operator=(const ParseableChunk&);
108 // ParseableChunk object) is added.
119 // Reuse the already-allocated ParseableChunk object
    [all...]

Completed in 26 milliseconds