Home
last modified time | relevance | path

Searched refs:next_start (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc86 SizeT next_start = 0; in PerformSubstitutions() local
87 while ((pos = source.find(KV.first, next_start)) != std::string::npos) { in PerformSubstitutions()
88 next_start = pos + KV.second.size(); in PerformSubstitutions()