Lines Matching defs:Row

207         Row row(prologue.default_is_stmt);
1006 Row::const_iterator pos = rows.begin();
1007 Row::const_iterator end = rows.end();
1018 DWARFDebugLine::LineTable::AppendRow(const DWARFDebugLine::Row& state)
1028 static bool FindMatchingAddress (const DWARFDebugLine::Row& row1, const DWARFDebugLine::Row& row2)
1045 DWARFDebugLine::Row row;
1047 Row::const_iterator begin_pos = rows.begin();
1048 Row::const_iterator end_pos = rows.end();
1049 Row::const_iterator pos = lower_bound(begin_pos, end_pos, row, FindMatchingAddress);
1077 // DWARFDebugLine::Row::Row
1079 DWARFDebugLine::Row::Row(bool default_is_stmt) :
1097 DWARFDebugLine::Row::PostAppend()
1106 // DWARFDebugLine::Row::Reset
1109 DWARFDebugLine::Row::Reset(bool default_is_stmt)
1123 // DWARFDebugLine::Row::Dump
1126 DWARFDebugLine::Row::Dump(Log *log) const
1144 static bool AddressLessThan (const DWARFDebugLine::Row& a, const DWARFDebugLine::Row& b)
1155 DWARFDebugLine::Row::Insert(Row::collection& state_coll, const Row& state)
1166 pair<Row::iterator, Row::iterator> range(equal_range(state_coll.begin(), state_coll.end(), state, AddressLessThan));
1194 DWARFDebugLine::Row::Dump(Log *log, const Row::collection& state_coll)
1196 std::for_each (state_coll.begin(), state_coll.end(), bind2nd(std::mem_fun_ref(&Row::Dump),log));
1204 Row (p->default_is_stmt),
1222 Row::Reset(prologue->default_is_stmt);
1268 // const DWARFDebugLine::Row::collection& state_coll,
1282 // DWARFDebugLine::Row::const_iterator pos;
1283 // Row::const_iterator end = state_coll.end();
1285 // const DWARFDebugLine::Row reset_state(default_is_stmt);
1286 // const DWARFDebugLine::Row* prev_state = &reset_state;
1290 // const DWARFDebugLine::Row& curr_state = *pos;