Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
H A Dstring_util.cc741 size_t shift_dst = shift_src + expansion; in DoReplaceMatchesAfterOffset() local
744 // |shift_dst|. in DoReplaceMatchesAfterOffset()
745 if (shift_dst > str_length) in DoReplaceMatchesAfterOffset()
746 str->resize(shift_dst); in DoReplaceMatchesAfterOffset()
748 str->replace(shift_dst, str_length - shift_src, *str, shift_src, in DoReplaceMatchesAfterOffset()

Completed in 2 milliseconds