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

/gem5/ext/mcpat/
H A DxmlParser.h445 void deleteText(int i=0); ///< Delete the Ith text content of the current XMLNode
446 void deleteText(XMLCSTR lpszValue); ///< Delete the text content "lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the right text)
H A DxmlParser.cc2607 void XMLNode::deleteText(int i) { function in class:XMLNode
2620 void XMLNode::deleteText(XMLCSTR lpszValue) { function in class:XMLNode
2621 deleteText(indexText(lpszValue));

Completed in 12 milliseconds