Lines Matching defs:ndx
94 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
95 cStrings[ndx] = sources.strings[ndx].c_str();
679 const int ndx = indices[i];
680 const int unpaddedLength = sources.lengths[ndx];
681 const std::string unpaddedString = sources.strings[ndx].substr(0, unpaddedLength);
683 sources.strings[ndx] = unpaddedString;
684 sources.lengths[ndx] = m_rnd.getInt(-10, -1);