Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc79 auto needlepos = after_replacing_many->find(r.needle, pos); in SetUpStrings() local
80 if (needlepos != std::string::npos && needlepos < next_pos) { in SetUpStrings()
81 next_pos = needlepos; in SetUpStrings()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc79 auto needlepos = after_replacing_many->find(r.needle, pos); in SetUpStrings() local
80 if (needlepos != std::string::npos && needlepos < next_pos) { in SetUpStrings()
81 next_pos = needlepos; in SetUpStrings()