Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp553 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress()
554 RowIter last_row = Rows.begin() + found_seq.LastRowIndex; in lookupAddress()
555 RowIter row_pos = std::lower_bound(first_row, last_row, row, in lookupAddress()
605 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
606 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
607 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange()
623 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
624 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
625 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h201 typedef RowVector::const_iterator RowIter; typedef
/external/skia/src/core/
DSkAAClip.cpp1454 class RowIter { class
1456 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() function in RowIter
1501 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row()
1527 RowIter& iterA, RowIter& iterB, in operatorX()
1652 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds); in operateY()
1653 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds); in operateY()