Searched refs:find_this (Results 1 – 2 of 2) sorted by relevance
/third_party/gn/src/base/strings/ |
D | string_util.cc | 626 std::basic_string_view<typename StringType::value_type> find_this; member 629 return input.find(find_this.data(), pos, find_this.length()); in Find() 631 size_t MatchSize() { return find_this.length(); } in MatchSize() 814 std::u16string_view find_this, in ReplaceFirstSubstringAfterOffset() argument 817 SubstringMatcher<std::u16string>{find_this}, in ReplaceFirstSubstringAfterOffset() 823 std::string_view find_this, in ReplaceFirstSubstringAfterOffset() argument 826 SubstringMatcher<std::string>{find_this}, in ReplaceFirstSubstringAfterOffset() 832 std::u16string_view find_this, in ReplaceSubstringsAfterOffset() argument 835 SubstringMatcher<std::u16string>{find_this}, in ReplaceSubstringsAfterOffset() 841 std::string_view find_this, in ReplaceSubstringsAfterOffset() argument [all …]
|
D | string_util.h | 324 std::u16string_view find_this, 328 std::string_view find_this, 339 std::u16string_view find_this, 343 std::string_view find_this,
|