HomeSort by relevance Sort by last modified time
    Searched full:max_mode_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 41 : max_mode_(VCDiffAddressCache::DefaultLastMode()),
59 : max_mode_(max_mode),
93 instruction_map_ = new VCDiffInstructionMap(*code_table_data_, max_mode_);
encodetable.h 120 const unsigned char max_mode_; member in class:open_vcdiff::VCDiffCodeTableWriter
  /external/open-vcdiff/src/
encodetable.cc 58 : max_mode_(VCDiffAddressCache::DefaultLastMode()),
75 : max_mode_(max_mode),
109 instruction_map_ = new VCDiffInstructionMap(*code_table_data_, max_mode_);
encodetable.h 121 const unsigned char max_mode_; member in class:open_vcdiff::VCDiffCodeTableWriter

Completed in 89 milliseconds