Searched defs:bufferCapacity (Results 1 – 1 of 1) sorted by relevance
50 ByteBuffer::ByteBuffer(int32_t bufferCapacity) : buffer(nullptr), position(0), limit(0), capacity(0) in ByteBuffer()78 void ByteBuffer::Init(int32_t bufferCapacity) in Init()