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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp9 CFX_BinaryBuf::CFX_BinaryBuf(IFX_Allocator* pAllocator) function in class:CFX_BinaryBuf
17 CFX_BinaryBuf::CFX_BinaryBuf(FX_STRSIZE size, IFX_Allocator* pAllocator) function in class:CFX_BinaryBuf
25 CFX_BinaryBuf::~CFX_BinaryBuf()
31 void CFX_BinaryBuf::Delete(int start_index, int count)
39 void CFX_BinaryBuf::Clear()
43 void CFX_BinaryBuf::DetachBuffer()
49 void CFX_BinaryBuf
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h21 class CFX_BinaryBuf : public CFX_Object class in inherits:CFX_Object
25 CFX_BinaryBuf(IFX_Allocator* pAllocator = NULL);
27 CFX_BinaryBuf(FX_STRSIZE size, IFX_Allocator* pAllocator = NULL);
29 ~CFX_BinaryBuf();
58 void TakeOver(CFX_BinaryBuf& other);
90 class CFX_ByteTextBuf : public CFX_BinaryBuf
94 CFX_ByteTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {}
118 class CFX_WideTextBuf : public CFX_BinaryBuf
122 CFX_WideTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {}
153 CFX_BinaryBuf
[all...]

Completed in 105 milliseconds