Searched refs:ReadInt32BE (Results 1 – 4 of 4) sorted by relevance
51 int32_t ReadInt32BE(uint32_t offset);
466 static napi_value ReadInt32BE(napi_env env, napi_callback_info info) in ReadInt32BE() function472 res = buf->ReadInt32BE(offset); in ReadInt32BE()1142 DECLARE_NAPI_FUNCTION("readInt32BE", ReadInt32BE), in BufferInit()
220 int32_t Buffer::ReadInt32BE(uint32_t offset) in ReadInt32BE() function in OHOS::buffer::Buffer
262 int32_t res = buf->ReadInt32BE(0);279 int32_t res = buf->ReadInt32BE(1);296 int32_t res = buf->ReadInt32BE(1);316 res = buf->ReadInt32BE(0);