Searched defs:WriteFully (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsBinaryStream.cpp96 nsBinaryOutputStream::WriteFully(const char *aBuf, PRUint32 aCount) function in class:nsBinaryOutputStream
126 return WriteFully((const char*)&aByte, sizeof aByte);
133 return WriteFully((const char*)&a16, sizeof a16);
140 return WriteFully((const char*)&a32, sizeof a32);
182 return WriteFully(aString, length);

Completed in 56 milliseconds