Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dstring_util.cc748 size_t shift_dst = shift_src + expansion; in DoReplaceMatchesAfterOffset() local
752 if (shift_dst > str_length) in DoReplaceMatchesAfterOffset()
753 str->resize(shift_dst); in DoReplaceMatchesAfterOffset()
755 str->replace(shift_dst, str_length - shift_src, *str, shift_src, in DoReplaceMatchesAfterOffset()