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

/external/chromium/sdch/open-vcdiff/src/
H A Ddecodetable.cc16 // VCDiffCodeTableReader is a class to interpret a stream of opcodes
28 VCDiffCodeTableReader::VCDiffCodeTableReader() function in class:open_vcdiff::VCDiffCodeTableReader
38 bool VCDiffCodeTableReader::UseCodeTable(
49 VCDiffInstructionType VCDiffCodeTableReader::GetNextInstruction(
H A Ddecodetable.h34 class VCDiffCodeTableReader { class in namespace:open_vcdiff
38 // should be called after the VCDiffCodeTableReader has been constructed.
42 VCDiffCodeTableReader();
132 // when the VCDiffCodeTableReader is destroyed. This will keep the
146 VCDiffCodeTableReader(const VCDiffCodeTableReader&);
147 void operator=(const VCDiffCodeTableReader&);
/external/chromium_org/sdch/open-vcdiff/src/
H A Ddecodetable.cc16 // VCDiffCodeTableReader is a class to interpret a stream of opcodes
28 VCDiffCodeTableReader::VCDiffCodeTableReader() function in class:open_vcdiff::VCDiffCodeTableReader
38 bool VCDiffCodeTableReader::UseCodeTable(
49 VCDiffInstructionType VCDiffCodeTableReader::GetNextInstruction(
H A Ddecodetable.h34 class VCDiffCodeTableReader { class in namespace:open_vcdiff
38 // should be called after the VCDiffCodeTableReader has been constructed.
42 VCDiffCodeTableReader();
132 // when the VCDiffCodeTableReader is destroyed. This will keep the
146 VCDiffCodeTableReader(const VCDiffCodeTableReader&);
147 void operator=(const VCDiffCodeTableReader&);
/external/open-vcdiff/src/
H A Ddecodetable.cc16 // VCDiffCodeTableReader is a class to interpret a stream of opcodes
28 VCDiffCodeTableReader::VCDiffCodeTableReader() function in class:open_vcdiff::VCDiffCodeTableReader
38 bool VCDiffCodeTableReader::UseCodeTable(
49 VCDiffInstructionType VCDiffCodeTableReader::GetNextInstruction(
H A Ddecodetable.h34 class VCDiffCodeTableReader { class in namespace:open_vcdiff
38 // should be called after the VCDiffCodeTableReader has been constructed.
42 VCDiffCodeTableReader();
132 // when the VCDiffCodeTableReader is destroyed. This will keep the
146 VCDiffCodeTableReader(const VCDiffCodeTableReader&);
147 void operator=(const VCDiffCodeTableReader&);

Completed in 118 milliseconds