Searched refs:newstr (Results 1 – 2 of 2) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | string_helper.cpp | 91 …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()
|
D | string_helper.h | 32 …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);
|