Searched defs:lpszValue (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.h233 XMLCSTR lpszValue; member in struct:XMLClear
241 XMLCSTR lpszValue; member in struct:XMLAttribute
[all...]
H A DxmlParser.cc1390 XMLCSTR XMLNode::addText_priv(int memoryIncrease, XMLSTR lpszValue, int pos) { argument
1404 XMLClear *XMLNode::addClear_priv(int memoryIncrease, XMLSTR lpszValue, argument
2620 deleteText(XMLCSTR lpszValue) argument
2673 deleteClear(XMLCSTR lpszValue) argument
3010 addAttribute(XMLCSTR lpszName, XMLCSTR lpszValue) argument
3016 addText(XMLCSTR lpszValue, XMLElementPosition pos) argument
3019 addText_WOSD(XMLSTR lpszValue, XMLElementPosition pos) argument
3022 addClear(XMLCSTR lpszValue, XMLCSTR lpszOpen, XMLCSTR lpszClose, XMLElementPosition pos) argument
3026 addClear_WOSD(XMLSTR lpszValue, XMLCSTR lpszOpen, XMLCSTR lpszClose, XMLElementPosition pos) argument
[all...]

Completed in 15 milliseconds