Searched defs:CFX_BinaryBuf (Results 1 – 3 of 3) sorted by relevance
9 CFX_BinaryBuf::CFX_BinaryBuf(IFX_Allocator* pAllocator) in CFX_BinaryBuf() function in CFX_BinaryBuf17 CFX_BinaryBuf::CFX_BinaryBuf(FX_STRSIZE size, IFX_Allocator* pAllocator) in CFX_BinaryBuf() function in CFX_BinaryBuf
14 class CFX_BinaryBuf; variable
94 CFX_ByteTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {} in CFX_BinaryBuf() function122 CFX_WideTextBuf(IFX_Allocator* pAllocator = NULL) : CFX_BinaryBuf(pAllocator) {} in CFX_BinaryBuf() function