Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp536 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/
DSkAAClip.cpp1395 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/
DSkAAClip.cpp1395 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/
DDWARFDebugLine.h212 typedef RowVector::const_iterator RowIter; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h256 using RowIter = RowVector::const_iterator; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp876 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()