Home
last modified time | relevance | path

Searched refs:newstr (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp91 …ringHelper::Replace(const std::string &value, const std::string &oldstr, const std::string &newstr) in Replace() argument
96 result.replace(pos, oldstr.size(), newstr); in Replace()
97 pos += newstr.size(); in Replace()
103 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace() argument
111 return prefix + Replace(suffix, substr, newstr); in Replace()
Dstring_helper.h32 …td::string Replace(const std::string &value, const std::string &oldstr, const std::string &newstr);
35 … const std::string &value, size_t position, const std::string &substr, const std::string &newstr);