Home
last modified time | relevance | path

Searched defs:CFX_BinaryBuf (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp9 CFX_BinaryBuf::CFX_BinaryBuf(IFX_Allocator* pAllocator) in CFX_BinaryBuf() function in CFX_BinaryBuf
17 CFX_BinaryBuf::CFX_BinaryBuf(FX_STRSIZE size, IFX_Allocator* pAllocator) in CFX_BinaryBuf() function in CFX_BinaryBuf
/external/pdfium/core/include/fxcrt/
Dfx_string.h14 class CFX_BinaryBuf; variable
Dfx_basic.h94 CFX_ByteTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {} in CFX_BinaryBuf() function
122 CFX_WideTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {} in CFX_BinaryBuf() function