OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VCDiffEncoder
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/google/
vcencoder.h
153
// interfaces in
VCDiffEncoder
.
209
class
VCDiffEncoder
{
211
VCDiffEncoder
(const char* dictionary_contents, size_t dictionary_size)
217
~
VCDiffEncoder
() {
221
// By default,
VCDiffEncoder
uses standard VCDIFF format. This function
226
// By default,
VCDiffEncoder
looks for matches in the dictionary and also in
256
VCDiffEncoder
(const
VCDiffEncoder
&); // NOLINT
257
void operator=(const
VCDiffEncoder
&);
/external/open-vcdiff/src/google/
vcencoder.h
153
// interfaces in
VCDiffEncoder
.
209
class
VCDiffEncoder
{
211
VCDiffEncoder
(const char* dictionary_contents, size_t dictionary_size)
217
~
VCDiffEncoder
() {
221
// By default,
VCDiffEncoder
uses standard VCDIFF format. This function
226
// By default,
VCDiffEncoder
looks for matches in the dictionary and also in
256
VCDiffEncoder
(const
VCDiffEncoder
&); // NOLINT
257
void operator=(const
VCDiffEncoder
&);
/external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h
183
// interfaces in
VCDiffEncoder
.
245
class
VCDiffEncoder
{
247
VCDiffEncoder
(const char* dictionary_contents, size_t dictionary_size)
253
~
VCDiffEncoder
() {
257
// By default,
VCDiffEncoder
uses standard VCDIFF format. This function
262
// By default,
VCDiffEncoder
looks for matches in the dictionary and also in
292
VCDiffEncoder
(const
VCDiffEncoder
&); // NOLINT
293
void operator=(const
VCDiffEncoder
&);
Completed in 28 milliseconds