Searched refs:ToJSONStringInt (Results 1 – 1 of 1) sorted by relevance
146 inline std::string ToJSONStringInt(std::string sKey, std::string sValue) in ToJSONStringInt() function1424 … strJsonResult.append(ToJSONStringInt(std::to_string(item->first), std::to_string(item->second))); in OnVisibilityChanged()