HomeSort by relevance Sort by last modified time
    Searched defs:allow_vcd_target (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 474 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
476 void SetAllowVcdTarget(bool allow_vcd_target) {
482 allow_vcd_target_ = allow_vcd_target;
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 467 bool allow_vcd_target() const { return allow_vcd_target_; } function in class:open_vcdiff::VCDiffStreamingDecoderImpl
469 void SetAllowVcdTarget(bool allow_vcd_target) {
475 allow_vcd_target_ = allow_vcd_target;
523 // allow_vcd_target is false. In that case, there is no need to retain
    [all...]

Completed in 175 milliseconds