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

/gem5/ext/mcpat/
H A DxmlParser.h349 XMLCSTR getText(int i=0) const; ///< return ith text field
563 * x.getText(0) -> "foo"
564 * x.getText(1) -> "bar"
565 * x.getText(2) -> "chu"
571 * x.getText(0) -> "foobar"
572 * x.getText(1) -> "chu"
H A DxmlParser.cc2979 XMLCSTR XMLNode::getText (int i) const { function in class:XMLNode

Completed in 12 milliseconds