OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCDiffHeaderParser
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc
64
// *** Methods for
VCDiffHeaderParser
66
VCDiffHeaderParser
::
VCDiffHeaderParser
(const char* header_start,
73
bool
VCDiffHeaderParser
::ParseByte(unsigned char* value) {
86
bool
VCDiffHeaderParser
::ParseInt32(const char* variable_description,
113
bool
VCDiffHeaderParser
::ParseUInt32(const char* variable_description,
144
bool
VCDiffHeaderParser
::ParseChecksum(const char* variable_description,
154
bool
VCDiffHeaderParser
::ParseSize(const char* variable_description,
164
bool
VCDiffHeaderParser
::ParseSourceSegmentLengthAndPosition(
205
bool
VCDiffHeaderParser
::ParseWinIndicatorAndSourceSegment
[
all
...]
headerparser.h
192
class
VCDiffHeaderParser
{
197
VCDiffHeaderParser
(const char* header_start, const char* data_end);
394
VCDiffHeaderParser
(const
VCDiffHeaderParser
&);
395
void operator=(const
VCDiffHeaderParser
&);
headerparser_test.cc
46
parser = new
VCDiffHeaderParser
(
93
VCDiffHeaderParser
* parser;
vcdecoder.cc
177
VCDiffResult SetUpWindowSections(
VCDiffHeaderParser
* header_parser);
[
all
...]
Completed in 183 milliseconds