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

/gem5/ext/mcpat/
H A DxmlParser.h376 XMLNodeContents enumContents(XMLElementPosition i) const; ///< enumerate all the different contents (attribute,child,text, clear) of the current XMLNode. The order is reflecting the order of the original file/string. NOTE: 0 <= i < nElement();
377 int nElement() const; ///< nbr of different contents for current node
H A DxmlParser.cc1982 if ((xnode.nChildNode() == 1) && (xnode.nElement() == 1)) {
2959 int XMLNode::nElement() const { function in class:XMLNode

Completed in 21 milliseconds