Home
last modified time | relevance | path

Searched refs:RowIter (Results 1 – 3 of 3) 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/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h212 typedef RowVector::const_iterator RowIter; typedef
/external/skia/src/core/
DSkAAClip.cpp1481 class RowIter { class
1483 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() function in RowIter
1528 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row()
1554 RowIter& iterA, RowIter& iterB, in operatorX()
1679 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds); in operateY()
1680 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds); in operateY()