Searched refs:WriteUInt32LE (Results 1 – 4 of 4) sorted by relevance
47 void WriteUInt32LE(int32_t value, uint32_t offset);
777 static napi_value WriteUInt32LE(napi_env env, napi_callback_info info) in WriteUInt32LE() function783 buf->WriteUInt32LE(value, offset); in WriteUInt32LE()1147 DECLARE_NAPI_FUNCTION("writeUInt32LE", WriteUInt32LE), in BufferInit()
260 void Buffer::WriteUInt32LE(int32_t value, uint32_t offset) in WriteUInt32LE() function in OHOS::buffer::Buffer
423 buf->WriteUInt32LE(0x12345678, 0);441 buf->WriteUInt32LE(0x12345678, 1);459 buf->WriteUInt32LE(0x12345678, 1);