Searched refs:ReadInt32LE (Results 1 – 4 of 4) sorted by relevance
52 int32_t ReadInt32LE(uint32_t offset);
738 static napi_value ReadInt32LE(napi_env env, napi_callback_info info) in ReadInt32LE() function744 res = buf->ReadInt32LE(offset); in ReadInt32LE()1144 DECLARE_NAPI_FUNCTION("readInt32LE", ReadInt32LE), in BufferInit()
236 int32_t Buffer::ReadInt32LE(uint32_t offset) in ReadInt32LE() function in OHOS::buffer::Buffer
314 int32_t res = buf->ReadInt32LE(0);334 int32_t res = buf->ReadInt32LE(0);352 int32_t res = buf->ReadInt32LE(1);