Searched defs:ByteBuffer (Results 1 - 2 of 2) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp/common/include/ |
| H A D | byte_buffer.h | 56 class ByteBuffer { class [all...] |
| /developtools/hapsigner/hapsigntool_cpp/common/src/ |
| H A D | byte_buffer.cpp | 41 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 1 milliseconds