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

/gem5/ext/mcpat/
H A DxmlParser.h509 XMLElementPosition positionOfChildNode(int i=0) const;
510 XMLElementPosition positionOfChildNode(XMLNode x) const;
511 XMLElementPosition positionOfChildNode(XMLCSTR name, int i=0) const; ///< return the position of the ith childNode with the specified name if (name==NULL) return the position of the ith childNode
H A DxmlParser.cc2811 XMLElementPosition XMLNode::positionOfChildNode(int i) const { function in class:XMLNode
2825 XMLElementPosition XMLNode::positionOfChildNode(XMLNode x) const { function in class:XMLNode
2833 XMLElementPosition XMLNode::positionOfChildNode(XMLCSTR name, int count) const { function in class:XMLNode
2834 if (!name) return positionOfChildNode(count);

Completed in 21 milliseconds