Searched refs:UnknownRowIndex (Results 1 – 2 of 2) sorted by relevance
1222 return UnknownRowIndex; in findRowInSeq()1248 if (Result != UnknownRowIndex || in lookupAddress()1266 return UnknownRowIndex; in lookupAddressImpl()1318 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()1321 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1322 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
229 const uint32_t UnknownRowIndex = UINT32_MAX; member