Searched refs:numMatchLocs (Results 1 – 1 of 1) sorted by relevance
1891 unsigned numMatchLocs = read(); in executeRecordMatch() local1893 matchLocs.reserve(numMatchLocs); in executeRecordMatch()1894 for (unsigned i = 0; i != numMatchLocs; ++i) in executeRecordMatch()