Searched defs:look_for_target_matches (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcencoder.h111 // *** look_for_target_matches:
115 // If look_for_target_matches is false, then the encoder will only
131 // look_for_target_matches) because the cost of checking for matches
136 bool look_for_target_matches);
266 void SetTargetMatching(bool look_for_target_matches) { argument
267 look_for_target_matches_ = look_for_target_matches;
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc79 template<bool look_for_target_matches>
100 if (look_for_target_matches) {
151 template<bool look_for_target_matches>
172 if (look_for_target_matches) {
194 EncodeCopyForBestMatch<look_for_target_matches>(
210 if (look_for_target_matches) {
221 if (look_for_target_matches) {
239 bool look_for_target_matches,
242 if (look_for_target_matches) {
237 Encode(const char* target_data, size_t target_size, bool look_for_target_matches, OutputStringInterface* diff, CodeTableWriterInterface* coder) const argument
H A Dvcencoder.cc55 bool look_for_target_matches);
104 bool look_for_target_matches)
108 look_for_target_matches_(look_for_target_matches),
174 bool look_for_target_matches)
177 look_for_target_matches)) { }
101 VCDiffStreamingEncoderImpl( const HashedDictionary* dictionary, VCDiffFormatExtensionFlags format_extensions, bool look_for_target_matches) argument
171 VCDiffStreamingEncoder( const HashedDictionary* dictionary, VCDiffFormatExtensionFlags format_extensions, bool look_for_target_matches) argument
/external/open-vcdiff/src/google/
H A Dvcencoder.h81 // *** look_for_target_matches:
85 // If look_for_target_matches is false, then the encoder will only
101 // look_for_target_matches) because the cost of checking for matches
106 bool look_for_target_matches);
230 void SetTargetMatching(bool look_for_target_matches) { argument
231 look_for_target_matches_ = look_for_target_matches;
/external/open-vcdiff/src/
H A Dvcdiffengine.cc76 template<bool look_for_target_matches>
97 if (look_for_target_matches) {
148 template<bool look_for_target_matches>
169 if (look_for_target_matches) {
191 EncodeCopyForBestMatch<look_for_target_matches>(
207 if (look_for_target_matches) {
218 if (look_for_target_matches) {
236 bool look_for_target_matches,
239 if (look_for_target_matches) {
234 Encode(const char* target_data, size_t target_size, bool look_for_target_matches, OutputStringInterface* diff, CodeTableWriterInterface* coder) const argument
H A Dvcencoder.cc56 bool look_for_target_matches);
93 bool look_for_target_matches)
96 look_for_target_matches_(look_for_target_matches),
150 bool look_for_target_matches)
153 look_for_target_matches)) { }
90 VCDiffStreamingEncoderImpl( const HashedDictionary* dictionary, VCDiffFormatExtensionFlags format_extensions, bool look_for_target_matches) argument
147 VCDiffStreamingEncoder( const HashedDictionary* dictionary, VCDiffFormatExtensionFlags format_extensions, bool look_for_target_matches) argument

Completed in 139 milliseconds