Searched refs:newAttribute (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.cc2569 XMLAttribute *XMLNode::updateAttribute_WOSD(XMLAttribute *newAttribute, argument
2572 return updateAttribute_WOSD((XMLSTR)newAttribute->lpszValue,
2573 (XMLSTR)newAttribute->lpszName,
2576 return addAttribute_WOSD((XMLSTR)newAttribute->lpszName,
2577 (XMLSTR)newAttribute->lpszValue);
3033 XMLAttribute *XMLNode::updateAttribute(XMLAttribute *newAttribute, argument
3035 return updateAttribute_WOSD(stringDup(newAttribute->lpszValue),
3036 stringDup(newAttribute->lpszName),
H A DxmlParser.h424 XMLAttribute *updateAttribute(XMLAttribute *newAttribute, XMLAttribute *oldAttribute); ///< if the attribute to update is missing, a new one will be added
488 XMLAttribute *updateAttribute_WOSD(XMLAttribute *newAttribute, XMLAttribute *oldAttribute); ///< if the attribute to update is missing, a new one will be added

Completed in 22 milliseconds