webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
template<typename T > | |
bool WARN_UNUSED_RETURN | decodeUInt (const uint8_t *bytes, size_t length, size_t &offset, T &result) |
template<typename T > | |
bool WARN_UNUSED_RETURN | decodeInt (const uint8_t *bytes, size_t length, size_t &offset, T &result) |
bool WARN_UNUSED_RETURN | decodeUInt32 (const uint8_t *bytes, size_t length, size_t &offset, uint32_t &result) |
bool WARN_UNUSED_RETURN | decodeUInt64 (const uint8_t *bytes, size_t length, size_t &offset, uint64_t &result) |
bool WARN_UNUSED_RETURN | decodeInt32 (const uint8_t *bytes, size_t length, size_t &offset, int32_t &result) |
bool WARN_UNUSED_RETURN | decodeInt64 (const uint8_t *bytes, size_t length, size_t &offset, int64_t &result) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |