Lines Matching defs:startIndex
142 size_t &startIndex)
145 if (startIndex >= ids.size()) {
146 USCRIPT_LOGE("Invalid startIndex %d", startIndex);
149 UpdateVariable(inter, ids[startIndex], value);
150 startIndex++;
156 if (startIndex >= ids.size()) {
157 USCRIPT_LOGE("Invalid startIndex %d", startIndex);
160 UpdateVariable(inter, ids[startIndex], out);
161 startIndex++;