Searched refs:VCDiffEncoder (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/google/
H A Dvcencoder.h153 // interfaces in VCDiffEncoder.
209 class VCDiffEncoder { class in namespace:open_vcdiff
211 VCDiffEncoder(const char* dictionary_contents, size_t dictionary_size) function in class:open_vcdiff::VCDiffEncoder
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_org/sdch/open-vcdiff/src/
H A Dvcencoder.cc174 bool VCDiffEncoder::EncodeToInterface(const char* target_data,
H A Dvcencoder_test.cc136 VCDiffEncoder simple_encoder_;
696 VCDiffEncoder simple_encoder_;
892 VCDiffEncoder simple_encoder_;

Completed in 104 milliseconds