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

/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h23 typedef unsigned char ByteType; typedef in namespace:mcld::leb128
27 size_t encode(ByteType *&pBuf, IntType pValue);
30 IntType decode(const ByteType *pBuf, size_t &pSize);
33 IntType decode(const ByteType *&pBuf);
56 size_t encode<uint64_t>(ByteType *&pBuf, uint64_t pValue);
59 size_t encode<uint32_t>(ByteType *&pBuf, uint32_t pValue);
65 size_t encode<int64_t>(ByteType *&pBuf, int64_t pValue);
68 size_t encode<int32_t>(ByteType *&pBuf, int32_t pValue);
76 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize);
83 uint64_t decode<uint64_t>(const ByteType *
[all...]

Completed in 62 milliseconds