Lines Matching defs:lastIndex
1006 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1;
1007 if (currentHandleStorageIndex_ == lastIndex) {
1026 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1;
1035 for (int32_t i = currentHandleStorageIndex_ + 1; i < lastIndex; i++) {
1046 if (lastIndex > MIN_HANDLE_STORAGE_SIZE && currentHandleStorageIndex_ < MIN_HANDLE_STORAGE_SIZE) {
1047 for (int i = MIN_HANDLE_STORAGE_SIZE; i < lastIndex; i++) {
1058 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1;
1059 if (currentPrimitiveStorageIndex_ == lastIndex) {
1078 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1;
1087 for (int32_t i = currentPrimitiveStorageIndex_ + 1; i < lastIndex; i++) {
1098 if (lastIndex > MIN_PRIMITIVE_STORAGE_SIZE && currentPrimitiveStorageIndex_ < MIN_PRIMITIVE_STORAGE_SIZE) {
1099 for (int i = MIN_PRIMITIVE_STORAGE_SIZE; i < lastIndex; i++) {