Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2640 hunk_.push_back(std::make_pair(' ', line)); in PushLine()
2657 hunk_.begin(); in PrintTo()
2658 it != hunk_.end(); ++it) { in PrintTo()
2667 hunk_.splice(hunk_.end(), hunk_removes_); in FlushEdits()
2668 hunk_.splice(hunk_.end(), hunk_adds_); in FlushEdits()
2691 std::list<std::pair<char, const char*> > hunk_, hunk_adds_, hunk_removes_; member in testing::internal::edit_distance::__anon5c768eae0211::Hunk