Searched refs:customParamStr (Results 1 – 1 of 1) sorted by relevance
562 std::string customParamStr = jsonStr.str(); in AddCustomParams() local563 customParamStr.erase(customParamStr.end() - 1); // -1 for delete ',' in AddCustomParams()564 paramStr.insert(paramStr.size() - 2, customParamStr); // 2 for '}\0' in AddCustomParams()