Searched refs:UnknownRowIndex (Results 1 – 2 of 2) sorted by relevance
1299 return UnknownRowIndex; in findRowInSeq()1329 if (Result != UnknownRowIndex || in lookupAddress()1351 return UnknownRowIndex; in lookupAddressImpl()1354 if (RowIndex == UnknownRowIndex || !IsApproximateLine) in lookupAddressImpl()1444 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()1447 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1448 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
237 const uint32_t UnknownRowIndex = UINT32_MAX; member