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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddebugrpt.cpp151 nodeParam = new wxXmlNode(wxXML_ELEMENT_NODE, _T("parameter")); local
152 nodeParams->AddChild(nodeParam);
154 NumProperty(nodeParam, _T("number"), n);
161 TextElement(nodeParam, _T("type"), type);
164 TextElement(nodeParam, _T("name"), name);
167 TextElement(nodeParam, _T("value"), value);

Completed in 182 milliseconds