Home
last modified time | relevance | path

Searched defs:replace_with (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.cc203 const std::u16string& replace_with, in ReplaceChars()
211 const std::string& replace_with, in ReplaceChars()
651 std::basic_string_view<typename StringType::value_type> replace_with, in DoReplaceMatchesAfterOffset()
794 std::basic_string_view<typename StringType::value_type> replace_with, in ReplaceCharsT()
808 std::u16string_view replace_with) { in ReplaceFirstSubstringAfterOffset()
817 std::string_view replace_with) { in ReplaceFirstSubstringAfterOffset()
826 std::u16string_view replace_with) { in ReplaceSubstringsAfterOffset()
835 std::string_view replace_with) { in ReplaceSubstringsAfterOffset()
/third_party/rust/crates/aho-corasick/src/
Dlib.rs99 let replace_with = &["sloth", "grey", "slow"]; localVariable
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp232 void node::replace_with(node* n) { in replace_with() function in r600_sb::node
/third_party/mesa3d/src/compiler/glsl/
Dlist.h247 inline void exec_node::replace_with(exec_node *replacement) in replace_with() function