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

/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h90 class CFX_ByteTextBuf : public CFX_BinaryBuf class in inherits:CFX_BinaryBuf
94 CFX_ByteTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {} function in class:CFX_ByteTextBuf
103 CFX_ByteTextBuf& operator << (int i);
105 CFX_ByteTextBuf& operator << (FX_DWORD i);
107 CFX_ByteTextBuf& operator << (double f);
109 CFX_ByteTextBuf& operator << (FX_BSTR lpsz);
111 CFX_ByteTextBuf& operator << (const CFX_ByteTextBuf& buf);
363 CFX_ByteTextBuf m_Buffer;

Completed in 91 milliseconds