Searched refs:userAttribute (Results 1 – 2 of 2) sorted by relevance
165 string makeAttributeTag(const string& userAttribute, const string& additionalAttribute, in makeAttributeTag() argument169 if (userAttribute[0] == '=') { in makeAttributeTag()173 addCommaSeparated(userAttribute.substr(1), &stream, &needComma); in makeAttributeTag()175 addCommaSeparated(userAttribute, &stream, &needComma); in makeAttributeTag()
53 std::string makeAttributeTag(const std::string& userAttribute,