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

/external/chromium/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.cc474 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
476 void SetAllowVcdTarget(bool allow_vcd_target) { argument
482 allow_vcd_target_ = allow_vcd_target;
890 if (!allow_vcd_target()) {
1054 parent_->allow_vcd_target(),
1397 void VCDiffStreamingDecoder::SetAllowVcdTarget(bool allow_vcd_target) { argument
1398 impl_->SetAllowVcdTarget(allow_vcd_target);

Completed in 5760 milliseconds