Searched refs:replace_all (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | operations_test.cpp | 308 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 D | operations.hpp | 50 std::string replace_all(const std::string&, const std::string&,
|
H A D | operations.cpp | 188 text::replace_all(const std::string& input, const std::string& search, in replace_all() function in text
|
/freebsd/contrib/kyua/store/ |
H A D | migrate.cpp | 124 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 D | ScriptInterpreterPython.cpp | 2336 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()
|