Searched defs:replace_with (Results 1 – 5 of 5) sorted by relevance
146 def ReplaceSubstrings(values, search_for, replace_with): argument
185 const std::u16string& replace_with, in ReplaceChars()193 const std::string& replace_with, in ReplaceChars()658 std::basic_string_view<typename StringType::value_type> replace_with, in DoReplaceMatchesAfterOffset()801 std::basic_string_view<typename StringType::value_type> replace_with, in ReplaceCharsT()815 std::u16string_view replace_with) { in ReplaceFirstSubstringAfterOffset()824 std::string_view replace_with) { in ReplaceFirstSubstringAfterOffset()833 std::u16string_view replace_with) { in ReplaceSubstringsAfterOffset()842 std::string_view replace_with) { in ReplaceSubstringsAfterOffset()
99 let replace_with = &["sloth", "grey", "slow"]; localVariable
232 void node::replace_with(node* n) { in replace_with() function in r600_sb::node
247 inline void exec_node::replace_with(exec_node *replacement) in replace_with() function