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

  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc 599 match_index_(0),
672 ++match_index_;
694 return weasel_positions_[match_index_];
697 return weasel_positions_[match_index_ - 1];
700 return moonpie_positions_[match_index_];
703 return moonpie_positions_[match_index_ - 1];
706 CHECK_GE(match_index_, 1);
707 return after_weasel_[match_index_ - 1];
710 CHECK_GE(match_index_, 2);
711 return after_weasel_[match_index_ - 2]
781 int match_index_; member in class:open_vcdiff::__anon5230::WeaselsToMoonpiesTest
    [all...]
  /external/open-vcdiff/src/
vcdiffengine_test.cc 576 match_index_(0),
648 ++match_index_;
670 return weasel_positions_[match_index_];
673 return weasel_positions_[match_index_ - 1];
676 return moonpie_positions_[match_index_];
679 return moonpie_positions_[match_index_ - 1];
682 CHECK_GE(match_index_, 1);
683 return after_weasel_[match_index_ - 1];
686 CHECK_GE(match_index_, 2);
687 return after_weasel_[match_index_ - 2]
757 int match_index_; member in class:open_vcdiff::__anon12348::WeaselsToMoonpiesTest
    [all...]

Completed in 99 milliseconds