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

/external/pdfium/core/src/fxcrt/
H A Dextension.h28 class CFX_CRTFileStream : public IFX_FileStream, public CFX_Object class in inherits:IFX_FileStream,CFX_Object
31 CFX_CRTFileStream(IFXCRT_FileAccess* pFA, IFX_Allocator* pAllocator) : m_pAllocator(pAllocator), m_pFile(pFA), m_dwCount(1), m_bUseRange(FALSE), m_nOffset(0), m_nSize(0) {} function in class:CFX_CRTFileStream
32 ~CFX_CRTFileStream()
48 FX_DeleteAtAllocator(this, m_pAllocator, CFX_CRTFileStream);

Completed in 158 milliseconds