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

/gem5/ext/mcpat/
H A DxmlParser.cc1384 pAttr->lpszValue = lpszValuev;
1390 XMLCSTR XMLNode::addText_priv(int memoryIncrease, XMLSTR lpszValue, int pos) { argument
1391 if (!lpszValue) return NULL;
1393 myFree(lpszValue);
1398 d->pText[pos] = lpszValue;
1400 return lpszValue;
1404 XMLClear *XMLNode::addClear_priv(int memoryIncrease, XMLSTR lpszValue, argument
1407 if (!lpszValue) return &emptyXMLClear;
1409 myFree(lpszValue);
1416 pNewClear->lpszValue
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...]
H A DxmlParser.h233 XMLCSTR lpszValue; member in struct:XMLClear
241 XMLCSTR lpszValue; member in struct:XMLAttribute
410 XMLCSTR addText(XMLCSTR lpszValue, XMLElementPosition pos=-1); ///< Add a new text content
411 XMLClear *addClear(XMLCSTR lpszValue, XMLCSTR lpszOpen=NULL, XMLCSTR lpszClose=NULL, XMLElementPosition pos=-1);
446 void deleteText(XMLCSTR lpszValue); ///< Delete the text content "lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the right text)
448 void deleteClear(XMLCSTR lpszValue); ///< Delete the clear tag "lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the clear tag)
483 XMLAttribute *addAttribute_WOSD(XMLSTR lpszName, XMLSTR lpszValue); ///< Add a new attribute
484 XMLCSTR addText_WOSD(XMLSTR lpszValue, XMLElementPositio
[all...]

Completed in 15 milliseconds