OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VCDiffCodeTableWriter
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
encodetable.cc
29
//
VCDiffCodeTableWriter
members and methods
40
VCDiffCodeTableWriter
::
VCDiffCodeTableWriter
(bool interleaved)
53
VCDiffCodeTableWriter
::
VCDiffCodeTableWriter
(
71
VCDiffCodeTableWriter
::~
VCDiffCodeTableWriter
() {
77
void
VCDiffCodeTableWriter
::InitSectionPointers(bool interleaved) {
87
bool
VCDiffCodeTableWriter
::Init(size_t dictionary_size) {
140
void
VCDiffCodeTableWriter
::EncodeInstruction(VCDiffInstructionType inst
[
all
...]
encodetable.h
46
class
VCDiffCodeTableWriter
: public CodeTableWriterInterface {
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
...]
Completed in 14 milliseconds