Home
last modified time | relevance | path

Searched refs:match_index_ (Results 1 – 2 of 2) sorted by relevance

/external/open-vcdiff/src/
Dvcdiffengine_test.cc576 match_index_(0), in WeaselsToMoonpiesTest()
648 ++match_index_; in FindNextMoonpie()
670 return weasel_positions_[match_index_]; in CurrentWeaselPosition()
673 return weasel_positions_[match_index_ - 1]; in LastWeaselPosition()
676 return moonpie_positions_[match_index_]; in CurrentMoonpiePosition()
679 return moonpie_positions_[match_index_ - 1]; in LastMoonpiePosition()
682 CHECK_GE(match_index_, 1); in AfterLastWeasel()
683 return after_weasel_[match_index_ - 1]; in AfterLastWeasel()
686 CHECK_GE(match_index_, 2); in AfterPreviousWeasel()
687 return after_weasel_[match_index_ - 2]; in AfterPreviousWeasel()
[all …]
/external/chromium/sdch/open-vcdiff/src/
Dvcdiffengine_test.cc599 match_index_(0), in WeaselsToMoonpiesTest()
672 ++match_index_; in FindNextMoonpie()
694 return weasel_positions_[match_index_]; in CurrentWeaselPosition()
697 return weasel_positions_[match_index_ - 1]; in LastWeaselPosition()
700 return moonpie_positions_[match_index_]; in CurrentMoonpiePosition()
703 return moonpie_positions_[match_index_ - 1]; in LastMoonpiePosition()
706 CHECK_GE(match_index_, 1); in AfterLastWeasel()
707 return after_weasel_[match_index_ - 1]; in AfterLastWeasel()
710 CHECK_GE(match_index_, 2); in AfterPreviousWeasel()
711 return after_weasel_[match_index_ - 2]; in AfterPreviousWeasel()
[all …]