Lines Matching full:rows
126 Rows.reset(); in parse()
145 Rows = std::make_unique<Entry[]>(Header.NumBuckets); in parseImpl()
153 Rows[i].Signature = IndexData.getU64(&Offset); in parseImpl()
160 Rows[i].Index = this; in parseImpl()
161 Rows[i].Contributions = in parseImpl()
163 Contribs[Index - 1] = Rows[i].Contributions.get(); in parseImpl()
242 auto &Row = Rows[i]; in dump()
286 if (Rows[i].Contributions) in getFromOffset()
287 OffsetLookup.push_back(&Rows[i]); in getFromOffset()
313 while (Rows[H].getSignature() != S && Rows[H].Index != nullptr) in getFromHash()
318 if (Rows[H].Index == nullptr) in getFromHash()
321 return &Rows[H]; in getFromHash()