Lines Matching refs: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;