Lines Matching defs:name
45 const char* name;
52 DE_INLINE qpXmlAttribute qpSetStringAttrib (const char* name, const char* value)
55 attrib.name = name;
63 DE_INLINE qpXmlAttribute qpSetIntAttrib (const char* name, int value)
66 attrib.name = name;
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value)
77 attrib.name = name;
86 * \param fileName Name of the file
122 * \param elementName Name of the element
130 * \param elementName Name of the element
155 * \param elementName Name of the element