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

/gem5/ext/mcpat/
H A DxmlParser.h455 * the postfix "_WOSD" (that means "WithOut String Duplication")(for example "addText_WOSD")
458 * xNode.addText_WOSD("foo");
464 * xNode.addText_WOSD(stringDup("foo"));
477 * xNode.addText_WOSD(b);
484 XMLCSTR addText_WOSD(XMLSTR lpszValue, XMLElementPosition pos=-1); ///< Add a new text content
H A DxmlParser.cc2629 if (i >= d->nText) return addText_WOSD(lpszNewValue);
2645 return addText_WOSD(lpszNewValue);
3019 XMLCSTR XMLNode::addText_WOSD(XMLSTR lpszValue, XMLElementPosition pos) { function in class:XMLNode

Completed in 15 milliseconds