Lines Matching refs:CByteOutBufWrap
212 /* ---------- CByteOutBufWrap ---------- */
257 /* ---------- CByteOutBufWrap ---------- */
259 void CByteOutBufWrap::Free() throw()
265 bool CByteOutBufWrap::Alloc(size_t size) throw()
276 HRESULT CByteOutBufWrap::Flush() throw()
292 CByteOutBufWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CByteOutBufWrap, vt);
293 // Z7_CONTAINER_FROM_VTBL_TO_DECL_VAR_pp_vt_p(CByteOutBufWrap)
301 CByteOutBufWrap::CByteOutBufWrap() throw(): Buf(NULL), Size(0)