Home
last modified time | relevance | path

Searched defs:ByteBuffer (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dbyte_buffer.h56 class ByteBuffer { class
[all...]
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Dbyte_buffer.cpp41 ByteBuffer::ByteBuffer() : buffer(nullptr), position(0), limit(0), capacity(0) in ByteBuffer() function in OHOS::ByteBuffer
45 ByteBuffer::ByteBuffer(int32_t bufferCapacity) : buffer(nullptr), position(0), limit(0), capacity(0) in ByteBuffer() function in OHOS::ByteBuffer
50 ByteBuffer::ByteBuffer(const char* arr, int32_t length) : buffer(nullptr), position(0), limit(0), capacity(0) in ByteBuffer() function in OHOS::ByteBuffer
56 ByteBuffer::ByteBuffer(cons function in OHOS::ByteBuffer
[all...]

Completed in 2 milliseconds