Searched refs:needlepos (Results 1 – 2 of 2) sorted by relevance
79 auto needlepos = after_replacing_many->find(r.needle, pos); in SetUpStrings() local80 if (needlepos != std::string::npos && needlepos < next_pos) { in SetUpStrings()81 next_pos = needlepos; in SetUpStrings()