Searched refs:UnknownRowIndex (Results 1 – 2 of 2) sorted by relevance
1276 return UnknownRowIndex; in findRowInSeq()1305 if (Result != UnknownRowIndex || in lookupAddress()1323 return UnknownRowIndex; in lookupAddressImpl()1375 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()1378 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1379 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
233 const uint32_t UnknownRowIndex = UINT32_MAX; member