Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Doperations_test.cpp308 ATF_REQUIRE_EQ("", text::replace_all("", "search", "replacement")); in ATF_TEST_CASE_BODY()
316 text::replace_all("string without matches", in ATF_TEST_CASE_BODY()
325 text::replace_all("string without matches", in ATF_TEST_CASE_BODY()
334 text::replace_all("oo foo bar oof baz oo", in ATF_TEST_CASE_BODY()
H A Doperations.hpp50 std::string replace_all(const std::string&, const std::string&,
H A Doperations.cpp188 text::replace_all(const std::string& input, const std::string& search, in replace_all() function in text
/freebsd/contrib/kyua/store/
H A Dmigrate.cpp124 migration_string = text::replace_all(migration_string, "@ACTION_ID@", in migrate_schema_step()
128 migration_string = text::replace_all(migration_string, "@OLD_DATABASE@", in migrate_schema_step()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2336 uint64_t replace_all(std::string &str, const std::string &oldStr, in replace_all() function
2390 replace_all(directory, "\\", "\\\\"); in LoadScriptingModule()
2391 replace_all(directory, "'", "\\'"); in LoadScriptingModule()