Searched refs:CByteDynBuffer (Results 1 – 2 of 2) sorted by relevance
41 class CByteDynBuffer46 CByteDynBuffer(): _capacity(0), _buf(0) {}; in CByteDynBuffer() function48 ~CByteDynBuffer() { Free(); } in ~CByteDynBuffer()60 CByteDynBuffer _buffer;
41 void CByteDynBuffer::Free() in Free()48 bool CByteDynBuffer::EnsureCapacity(size_t cap) in EnsureCapacity()