Searched refs:_keyToValueMap (Results 1 – 2 of 2) sorted by relevance
76 auto it = _keyToValueMap.find(strkey); in getValue()78 if (it != _keyToValueMap.end()) { in getValue()89 return utility::asString(_keyToValueMap, ", ", ":"); in asString()94 if (_keyToValueMap.find(strkey) != _keyToValueMap.end()) { in addValue()98 _keyToValueMap[strkey] = strValue; in addValue()
62 std::map<std::string, std::string> _keyToValueMap; variable