Home | History | Annotate | Download | only in qphelper

Lines Matching refs:deBool

49 	deBool				boolValue;
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
70 attrib.boolValue = (deBool)0xFFFFFFFFu;
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value)
90 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression);
109 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
116 deBool qpXmlWriter_endDocument (qpXmlWriter* writer);
124 deBool qpXmlWriter_startElement (qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs);
132 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName);
140 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* content);
149 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, int numBytes);
158 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* elementContent);