Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.h136 struct ViableSubstitution { struct
141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution() function
147 bool OccursBefore(const ViableSubstitution& y) const { in OccursBefore()
158 std::vector<ViableSubstitution> FindSubstitutions( in FindSubstitutions()
160 std::vector<ViableSubstitution> subs; in FindSubstitutions()
177 // Insertion sort to ensure the last ViableSubstitution comes before in FindSubstitutions()
188 std::vector<ViableSubstitution>* subs_ptr,
H A Dstr_replace.cc31 std::vector<strings_internal::ViableSubstitution>* subs_ptr, in ApplySubstitutions()
49 // Insertion sort to ensure the last ViableSubstitution continues to be in ApplySubstitutions()

Completed in 1 milliseconds