Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h32 ByteBuffer(): data(nullptr), size(0) in ByteBuffer() function
36 ByteBuffer(uint32_t bufferSize): data(nullptr), size(0) in ByteBuffer() function
41 ByteBuffer(const ByteBuffer &other): data(nullptr), size(0) in ByteBuffer() function
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp34 using ByteBuffer = vector<uint8_t>; typedef