Searched refs:RemoveSubStrMode (Results 1 – 2 of 2) sorted by relevance
171 enum RemoveSubStrMode { PREFIX, SUFFIX, ANY }; enum174 std::string RemoveSubStr(const std::string &from, const std::string &sub_str, RemoveSubStrMode mode…
53 std::string RemoveSubStr(const std::string &from, const std::string &sub_str, RemoveSubStrMode mode… in RemoveSubStr()