OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCDiffEncoder
(Results
1 - 3
of
3
) sorted by null
/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
&);
/external/chromium/sdch/open-vcdiff/src/
vcencoder.cc
207
bool
VCDiffEncoder
::EncodeToInterface(const char* target_data,
vcencoder_test.cc
131
VCDiffEncoder
simple_encoder_;
653
VCDiffEncoder
simple_encoder_;
[
all
...]
Completed in 148 milliseconds