Searched refs:RowIter (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 536 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq() 537 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq() 538 LineTable::RowIter row_pos = std::lower_bound( in findRowInSeq()
|
/external/skqp/src/core/ |
D | SkAAClip.cpp | 1395 class RowIter { class 1397 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() function in RowIter 1442 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() 1468 RowIter& iterA, RowIter& iterB, in operatorX() 1593 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds); in operateY() 1594 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds); in operateY()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1395 class RowIter { class 1397 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() function in RowIter 1442 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() 1468 RowIter& iterA, RowIter& iterB, in operatorX() 1593 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds); in operateY() 1594 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds); in operateY()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 212 typedef RowVector::const_iterator RowIter; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 256 using RowIter = RowVector::const_iterator; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 876 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq() 877 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq() 878 LineTable::RowIter RowPos = std::lower_bound( in findRowInSeq()
|