Home
last modified time | relevance | path

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

/third_party/cef/tools/
Dgypi_to_gn.py146 def ReplaceSubstrings(values, search_for, replace_with): argument
/third_party/boost/libs/range/test/algorithm_test/
Dreplace_copy.cpp35 const Value replace_with = to_replace * 2; in test_replace_copy_impl() local
Dreplace_copy_if.cpp37 const value_type replace_with = value_type(); in test_replace_copy_if_impl() local
/third_party/gn/src/base/strings/
Dstring_util.cc185 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()
/third_party/boost/libs/wave/test/testwave/
Dcollect_hooks_information.hpp89 char replace_with = '/') in replace_slashes()
/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
/third_party/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc559 string replace_with = "\n "; in wrap_text() local