Searched refs:RowIter (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp553 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex;
554 RowIter last_row = Rows.begin() + found_seq.LastRowIndex;
555 RowIter row_pos = std::lower_bound(first_row, last_row, row,
605 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex;
606 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex;
607 RowIter row_pos = std::upper_bound(first_row, last_row, row,
623 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex;
624 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex;
625 RowIter row_pos = std::upper_bound(first_row, last_row, row,
H A DDWARFDebugLine.h195 typedef RowVector::const_iterator RowIter; typedef in struct:llvm::DWARFDebugLine::LineTable
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1454 class RowIter { class
1456 RowIter(const uint8_t* row, const SkIRect& bounds) { function in class:RowIter
1501 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) {
1527 RowIter& iterA, RowIter& iterB,
1652 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
1653 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);
/external/skia/src/core/
H A DSkAAClip.cpp1386 class RowIter { class
1388 RowIter(const uint8_t* row, const SkIRect& bounds) { function in class:RowIter
1433 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) {
1459 RowIter& iterA, RowIter& iterB,
1584 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
1585 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);

Completed in 109 milliseconds