Searched refs:next_start (Results 1 – 1 of 1) sorted by relevance
86 SizeT next_start = 0; in PerformSubstitutions() local87 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions()88 next_start = pos + KV.second.size(); in PerformSubstitutions()