Searched refs:ConvertVectorToStr (Results 1 – 4 of 4) sorted by relevance
97 std::string ConvertVectorToStr(const std::vector<std::string> &listStr, const std::string &split);
56 auto ret = StringUtil::ConvertVectorToStr(origins, split);
644 static std::string ConvertVectorToStr(std::vector<std::string> &strVector) in ConvertVectorToStr() function662 … .append(": Parameter error. The type of { ").append(ConvertVectorToStr(paramNames)).append(" }") in NapiThrowParamError()663 .append("must be { ").append(ConvertVectorToStr(paramTypes)).append(" }."); in NapiThrowParamError()
31 std::string ConvertVectorToStr(const std::vector<std::string> &listStr, const std::string &split) in ConvertVectorToStr() function