Home
last modified time | relevance | path

Searched refs:OccursBefore (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.h147 bool OccursBefore(const ViableSubstitution& y) const { in OccursBefore() function
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
H A Dstr_replace.cc52 while (--index && subs[index - 1].OccursBefore(subs[index])) { in ApplySubstitutions()

Completed in 2 milliseconds