Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/common/src/
Dbyte_buffer.cpp50 ByteBuffer::ByteBuffer(int32_t bufferCapacity) : buffer(nullptr), position(0), limit(0), capacity(0) in ByteBuffer()
78 void ByteBuffer::Init(int32_t bufferCapacity) in Init()