Searched refs:RowIter (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 553 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/ |
D | DWARFDebugLine.h | 201 typedef RowVector::const_iterator RowIter; typedef
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1454 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()
|