Searched defs:allow_vcd_target (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.cc208 bool allow_vcd_target,
225 if (!allow_vcd_target) {
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dvcdecoder.cc467 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
469 void SetAllowVcdTarget(bool allow_vcd_target) { argument
475 allow_vcd_target_ = allow_vcd_target;
523 // allow_vcd_target is false. In that case, there is no need to retain
883 if (!allow_vcd_target()) {
1057 parent_->allow_vcd_target(),
1398 void VCDiffStreamingDecoder::SetAllowVcdTarget(bool allow_vcd_target) { argument
1399 impl_->SetAllowVcdTarget(allow_vcd_target);

Completed in 71 milliseconds