Searched defs:VCDiffCodeTableWriter (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable.cc29 // VCDiffCodeTableWriter members and methods
40 VCDiffCodeTableWriter::VCDiffCodeTableWriter(bool interleaved) function in class:open_vcdiff::VCDiffCodeTableWriter
53 VCDiffCodeTableWriter::VCDiffCodeTableWriter( function in class:open_vcdiff::VCDiffCodeTableWriter
71 VCDiffCodeTableWriter::~VCDiffCodeTableWriter() {
77 void VCDiffCodeTableWriter::InitSectionPointers(bool interleaved) {
87 bool VCDiffCodeTableWriter::Init(size_t dictionary_size) {
140 void VCDiffCodeTableWriter
[all...]
H A Dencodetable.h46 class VCDiffCodeTableWriter : public CodeTableWriterInterface { class in namespace:open_vcdiff
58 explicit VCDiffCodeTableWriter(bool interleaved);
62 // the VCDiffCodeTableWriter object. Note that this is different from how
69 VCDiffCodeTableWriter(bool interleaved,
75 virtual ~VCDiffCodeTableWriter();
78 // This method must be called after a VCDiffCodeTableWriter is constructed
222 // that uses the VCDiffCodeTableWriter object is expected to calculate
234 VCDiffCodeTableWriter(const VCDiffCodeTableWriter&); // NOLINT
235 void operator=(const VCDiffCodeTableWriter
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dencodetable.h45 class VCDiffCodeTableWriter : public CodeTableWriterInterface { class in namespace:open_vcdiff
57 explicit VCDiffCodeTableWriter(bool interleaved);
61 // the VCDiffCodeTableWriter object. Note that this is different from how
68 VCDiffCodeTableWriter(bool interleaved,
74 virtual ~VCDiffCodeTableWriter();
77 // This method must be called after a VCDiffCodeTableWriter is constructed
223 // that uses the VCDiffCodeTableWriter object is expected to calculate
231 VCDiffCodeTableWriter(const VCDiffCodeTableWriter&); // NOLINT
232 void operator=(const VCDiffCodeTableWriter
[all...]
H A Dencodetable.cc46 // VCDiffCodeTableWriter members and methods
57 VCDiffCodeTableWriter::VCDiffCodeTableWriter(bool interleaved) function in class:open_vcdiff::VCDiffCodeTableWriter
69 VCDiffCodeTableWriter::VCDiffCodeTableWriter( function in class:open_vcdiff::VCDiffCodeTableWriter
87 VCDiffCodeTableWriter::~VCDiffCodeTableWriter() {
93 void VCDiffCodeTableWriter::InitSectionPointers(bool interleaved) {
103 bool VCDiffCodeTableWriter::Init(size_t dictionary_size) {
123 void VCDiffCodeTableWriter
[all...]
/external/open-vcdiff/src/
H A Dencodetable.h45 class VCDiffCodeTableWriter : public CodeTableWriterInterface { class in namespace:open_vcdiff
57 explicit VCDiffCodeTableWriter(bool interleaved);
61 // the VCDiffCodeTableWriter object. Note that this is different from how
68 VCDiffCodeTableWriter(bool interleaved,
74 virtual ~VCDiffCodeTableWriter();
77 // This method must be called after a VCDiffCodeTableWriter is constructed
223 // that uses the VCDiffCodeTableWriter object is expected to calculate
231 VCDiffCodeTableWriter(const VCDiffCodeTableWriter&); // NOLINT
232 void operator=(const VCDiffCodeTableWriter
[all...]
H A Dencodetable.cc46 // VCDiffCodeTableWriter members and methods
57 VCDiffCodeTableWriter::VCDiffCodeTableWriter(bool interleaved) function in class:open_vcdiff::VCDiffCodeTableWriter
69 VCDiffCodeTableWriter::VCDiffCodeTableWriter( function in class:open_vcdiff::VCDiffCodeTableWriter
87 VCDiffCodeTableWriter::~VCDiffCodeTableWriter() {
93 void VCDiffCodeTableWriter::InitSectionPointers(bool interleaved) {
103 bool VCDiffCodeTableWriter::Init(size_t dictionary_size) {
123 void VCDiffCodeTableWriter
[all...]

Completed in 26 milliseconds