Searched refs:INVALID_PENDING_INDEX (Results 1 – 1 of 1) sorted by relevance
48 static constexpr uint32_t INVALID_PENDING_INDEX { ~0u }; variable472 pendingArrIndex != INVALID_PENDING_INDEX) { in GetPendingOptionalResourceIndex()1241 pendingArrIndex != INVALID_PENDING_INDEX) { in Destroy()1251 … PLUGIN_ASSERT(store.additionalData[arrayIndex].indexToPendingData == INVALID_PENDING_INDEX); in Destroy()2201 …(pendingArrIndex != INVALID_PENDING_INDEX) && (pendingArrIndex < store.pendingData.allocations.siz… in StoreAllocation()