Lines Matching refs:deBool
49 deBool boolValue;
59 attrib.boolValue = (deBool)0xFFFFFFFFu; in qpSetStringAttrib()
70 attrib.boolValue = (deBool)0xFFFFFFFFu; in qpSetIntAttrib()
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value) in qpSetBoolAttrib()
91 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression, deBool flushAfterW…
110 deBool qpXmlWriter_startDocument (qpXmlWriter* writer);
117 deBool qpXmlWriter_endDocument (qpXmlWriter* writer);
125 deBool qpXmlWriter_startElement (qpXmlWriter* writer, const char* elementName, int numAttribs, co…
133 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName);
141 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* content);
150 deBool qpXmlWriter_writeBase64 (qpXmlWriter* writer, const deUint8* data, size_t numBytes);
159 deBool qpXmlWriter_writeStringElement (qpXmlWriter* writer, const char* elementName, const char* …