Lines Matching refs:ss
182 std::ostringstream ss;
183 ss << "pos(" << xPos << "," << yPos << ")";
184 return ss.str();
189 std::ostringstream ss;
190 ss << "{eventType:" << eventType
193 ss << item << ",";
195 ss << "],keyValue:" << keyValue
199 ss << item << ",";
201 ss << "],direction:" << direction
213 ss << item.ToString() << ",";
215 ss << "}" << std::endl;
216 return ss.str();
221 std::ostringstream ss;
222 ss << "{deviceName:" << deviceName
226 ss << item.ToString() << ",";
228 ss << "]" << std::endl;
229 return ss.str();