Searched refs:strStream (Results 1 – 3 of 3) sorted by relevance
92 std::ostringstream strStream; in fromXml() local94 strStream << "Pos and Size attributes inconsistent with maximum container element size (" in fromXml()97 serializingContext.setError(strStream.str()); in fromXml()107 std::ostringstream strStream; in fromXml() local109 strStream << "Max attribute inconsistent with maximum encodable size (" in fromXml()112 serializingContext.setError(strStream.str()); in fromXml()131 std::ostringstream strStream; in toBlackboard() local133 strStream << "Value " << strValue << " standing out of admitted range ["; in toBlackboard()137 strStream << "0x0, " in toBlackboard()141 strStream << "0, "; in toBlackboard()[all …]
52 std::ostringstream strStream; in toString() local62 strStream << "0x" << std::hex << uiValue; in toString()64 return strStream.str(); in toString()
48 std::istringstream strStream(str); in toInt() local51 strStream >> out; in toInt()