Home | History | Annotate | Download | only in parameter

Lines Matching refs:strValue

53         std::string strKey, strValue;
60 strValue = "";
68 strValue = strMappingElement.substr(iFistDelimiterOccurrence + 1);
72 if (!addValue(strKey, strValue)) {
74 serializingContext.setError("Duplicate Mapping data: Unable to process Mapping element key = " + strKey + ", value = " + strValue + " from XML element " + xmlElement.getPath());
97 std::string strValue;
99 CUtility::asString(_keyToValueMap, strValue, ", ", ":");
101 return strValue;
104 bool CMappingData::addValue(const std::string& strkey, const std::string& strValue)
110 _keyToValueMap[strkey] = strValue;